Skip to content

Commit

Permalink
chore: Upgrade actions/setup-node action to v4.0.4 (#926)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent f30f365 commit d78ecc2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
filter: tree:0
- uses: pnpm/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version-file: 'package.json'
cache: 'pnpm'
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
filter: tree:0
- uses: pnpm/[email protected]
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node }}
cache: 'pnpm'
Expand All @@ -42,7 +42,7 @@ jobs:
with:
filter: tree:0
- uses: pnpm/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version-file: 'package.json'
cache: 'pnpm'
Expand All @@ -56,7 +56,7 @@ jobs:
with:
filter: tree:0
- uses: pnpm/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version-file: 'package.json'
cache: 'pnpm'
Expand All @@ -70,7 +70,7 @@ jobs:
with:
filter: tree:0
- uses: pnpm/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version-file: 'package.json'
cache: 'pnpm'
Expand All @@ -84,7 +84,7 @@ jobs:
with:
filter: tree:0
- uses: pnpm/[email protected]
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
node-version-file: 'package.json'
cache: 'pnpm'
Expand Down

0 comments on commit d78ecc2

Please sign in to comment.