Skip to content

Commit

Permalink
chore: upgrade to actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Nov 3, 2023
1 parent 91eb5e0 commit 0974b28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE }}
Expand All @@ -30,7 +30,7 @@ jobs:
name: Test regressions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: ${{ env.NODE }}
Expand All @@ -48,7 +48,7 @@ jobs:
- 16
- 14
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
Expand Down

0 comments on commit 0974b28

Please sign in to comment.