Skip to content

Commit 9784ed6

Browse files
Bump pnpm/action-setup
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from a8198c4bff370c8506180b035930dea56dbd5288 to fc06bc1257f339d1d5d8b3a19a8cae5388b55320. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@a8198c4...a8198c4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: a8198c4bff370c8506180b035930dea56dbd5288 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 78f8754 commit 9784ed6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: python3 .github/scripts/verify_bazel_clippy_lints.py
2828

2929
- name: Setup pnpm
30-
uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288 # v5
30+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
3131
with:
3232
run_install: false
3333

.github/workflows/rust-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ jobs:
11431143
11441144
- name: Setup pnpm
11451145
if: ${{ env.SIGN_MACOS == 'true' }}
1146-
uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288 # v5
1146+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
11471147
with:
11481148
run_install: false
11491149

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends pkg-config libcap-dev
6262
6363
- name: Setup pnpm
64-
uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288 # v5
64+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
6565
with:
6666
run_install: false
6767

0 commit comments

Comments
 (0)