Skip to content

Commit

Permalink
chore: Upgrade pnpm/action-setup action to v4 (#810)
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] committed May 13, 2024
1 parent 99fcfcc commit 6202398
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4.1.4
with:
filter: tree:0
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version-file: 'package.json'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4.1.4
with:
filter: tree:0
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4.0.1
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4.1.4
with:
filter: tree:0
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version-file: 'package.json'
Expand All @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4.1.4
with:
filter: tree:0
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version-file: 'package.json'
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4.1.4
with:
filter: tree:0
- uses: pnpm/action-setup@v3.0.0
- uses: pnpm/action-setup@v4.0.0
- uses: actions/setup-node@v4.0.1
with:
node-version-file: 'package.json'
Expand Down

0 comments on commit 6202398

Please sign in to comment.