Skip to content

Commit ac12542

Browse files
build(deps): bump pnpm/action-setup from 4.0.0 to 4.1.0 (#1565)
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 5ec5413 commit ac12542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-pr-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
popd
7070
7171
- name: Setup pnpm
72-
uses: pnpm/action-setup@v4.0.0
72+
uses: pnpm/action-setup@v4.1.0
7373
with:
7474
run_install: false
7575

.github/workflows/release-pr-ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v4
3333

3434
- name: Setup pnpm
35-
uses: pnpm/action-setup@v4.0.0
35+
uses: pnpm/action-setup@v4.1.0
3636
with:
3737
run_install: false
3838

0 commit comments

Comments
 (0)