Skip to content

Commit

Permalink
update ci to use non-deprecated checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredh159 committed Mar 22, 2024
1 parent 15d2ff5 commit 7eeecf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@v1
with:
install-command: npm i --legacy-peer-deps
Expand Down

0 comments on commit 7eeecf8

Please sign in to comment.