Skip to content

Commit

Permalink
Update GitHub checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Mar 6, 2024
1 parent 20c6ac6 commit 1370fcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [macos-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: npm ci --ignore-scripts
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install
run: npm ci
Expand Down

0 comments on commit 1370fcd

Please sign in to comment.