Skip to content

Commit

Permalink
ci: update to actions/checkout@v4 and actions/setup-node@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed May 13, 2024
1 parent 3f76d76 commit b3a818f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: 22
Expand All @@ -37,8 +37,8 @@ jobs:
github.event.pull_request.base.repo.full_name
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: npm
node-version: ${{ matrix.node }}
Expand Down

0 comments on commit b3a818f

Please sign in to comment.