Skip to content

Commit

Permalink
updating actions/setup-node didn't work. update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Apr 28, 2024
1 parent 34bad86 commit d844efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
operating-system: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js latest
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit d844efb

Please sign in to comment.