From 9784ed64e878e540abaa6f878453e9af4adcec0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 14:42:34 +0000 Subject: [PATCH] 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](https://github.com/pnpm/action-setup/compare/a8198c4bff370c8506180b035930dea56dbd5288...a8198c4bff370c8506180b035930dea56dbd5288) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: a8198c4bff370c8506180b035930dea56dbd5288 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/rust-release.yml | 2 +- .github/workflows/sdk.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1c60ac..d188d6e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: python3 .github/scripts/verify_bazel_clippy_lints.py - name: Setup pnpm - uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288 # v5 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 with: run_install: false diff --git a/.github/workflows/rust-release.yml b/.github/workflows/rust-release.yml index b6c293d..b534b46 100644 --- a/.github/workflows/rust-release.yml +++ b/.github/workflows/rust-release.yml @@ -1143,7 +1143,7 @@ jobs: - name: Setup pnpm if: ${{ env.SIGN_MACOS == 'true' }} - uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288 # v5 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 with: run_install: false diff --git a/.github/workflows/sdk.yml b/.github/workflows/sdk.yml index 54ed8dc..fb8d748 100644 --- a/.github/workflows/sdk.yml +++ b/.github/workflows/sdk.yml @@ -61,7 +61,7 @@ jobs: sudo DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends pkg-config libcap-dev - name: Setup pnpm - uses: pnpm/action-setup@a8198c4bff370c8506180b035930dea56dbd5288 # v5 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5 with: run_install: false