Skip to content

Commit

Permalink
Merge pull request #102 from perftool-incubator/dev-kmr
Browse files Browse the repository at this point in the history
update GitHub checkout action from v3 to v4
  • Loading branch information
k-rister authored Nov 10, 2023
2 parents 4c47d61 + 1afe28a commit db2477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdm-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "20.7.0"
Expand Down

0 comments on commit db2477a

Please sign in to comment.