Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 31, 2024
1 parent 7f18f4d commit 49c3b9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
node: [ 14, 16, 18, 19 ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand All @@ -26,7 +26,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 14
Expand Down

0 comments on commit 49c3b9e

Please sign in to comment.