Skip to content

Commit 5eb9430

Browse files
chore(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2528d8c commit 5eb9430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
pnpm-
8383
8484
- name: Setup pnpm
85-
uses: pnpm/action-setup@v3.0.0
85+
uses: pnpm/action-setup@v4.0.0
8686
with:
8787
version: '7.9.0'
8888
run_install: 'true'

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ jobs:
616616
pnpm-
617617
618618
- name: Setup pnpm
619-
uses: pnpm/action-setup@v3.0.0
619+
uses: pnpm/action-setup@v4.0.0
620620
with:
621621
version: '7.9.0'
622622
run_install: 'true'

0 commit comments

Comments
 (0)