Skip to content

Commit

Permalink
fix(ci): use latest checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
djMax committed Oct 22, 2023
1 parent 4166986 commit d288ebe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
contents: read
id-token: write
steps:
- uses: actions/checkout@v1

- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
Expand Down

0 comments on commit d288ebe

Please sign in to comment.