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 Feb 7, 2024
1 parent 6a21a00 commit ff9648b
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, ubuntu-latest, windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

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

- name: Install
run: npm ci --ignore-scripts
Expand Down

0 comments on commit ff9648b

Please sign in to comment.