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 4, 2023
1 parent 91eb5e0 commit c3e9442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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
4 changes: 2 additions & 2 deletions test/plugins/cleanupIds.23.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c3e9442

Please sign in to comment.