Skip to content

Commit acb0f52

Browse files
chore(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#275)
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd28e41 commit acb0f52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
pnpm-
8080
8181
- name: Setup pnpm
82-
uses: pnpm/action-setup@v4.0.0
82+
uses: pnpm/action-setup@v4.1.0
8383
with:
8484
version: '7.9.0'
8585
run_install: 'true'

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ jobs:
545545
pnpm-
546546
547547
- name: Setup pnpm
548-
uses: pnpm/action-setup@v4.0.0
548+
uses: pnpm/action-setup@v4.1.0
549549
with:
550550
version: '7.9.0'
551551
run_install: 'true'

0 commit comments

Comments
 (0)