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 Apr 5, 2024
1 parent 93c6ab2 commit 71ee135
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 71ee135

Please sign in to comment.