Skip to content

Commit 9f11fe0

Browse files
chore(deps): update pnpm/action-setup action to v6 (#386)
* chore(deps): update pnpm/action-setup action to v6 * [autofix.ci] apply automated fixes --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 50be211 commit 9f11fe0

File tree

3 files changed

+96
-2
lines changed

3 files changed

+96
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v6
14-
- uses: pnpm/action-setup@v5
14+
- uses: pnpm/action-setup@v6
1515
- uses: actions/setup-node@v6
1616
with:
1717
cache: 'pnpm'

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v6
2222
- name: Setup pnpm
23-
uses: pnpm/action-setup@v5
23+
uses: pnpm/action-setup@v6
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6
2626
with:

pnpm-lock.yaml

Lines changed: 94 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)