Skip to content

Commit

Permalink
chore(ci): upgrade actions/checkout to version 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeanroy committed Jul 25, 2023
1 parent 7063210 commit db0525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
os: [ windows-latest, ubuntu-latest, macos-latest ]
node: [ 14, 16, 17, 18, 19, 20 ]
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.5.3
- uses: actions/[email protected]
name: Set up NodeJS
with:
Expand Down

0 comments on commit db0525c

Please sign in to comment.