Skip to content

Commit

Permalink
Merge pull request #35 from happo/update-actions
Browse files Browse the repository at this point in the history
Update actions/checkout and actions/setup-node v2 to v4
  • Loading branch information
lencioni authored Aug 15, 2024
2 parents 3bed574 + 3f47bd0 commit 0865674
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
- 22.x

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand All @@ -33,11 +33,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 20.x
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: 'yarn'
Expand Down

0 comments on commit 0865674

Please sign in to comment.