From 7c64c80c563c1bd9b658d893e162a0344df93c3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 15:23:00 +0000 Subject: [PATCH] ci(deps): Bump pnpm/action-setup from 5.0.0 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/fc06bc1257f339d1d5d8b3a19a8cae5388b55320...0ebf47130e4866e96fce0953f49152a61190b271) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- .github/workflows/canary.yml | 2 +- .github/workflows/lighthouse.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95d746229277..facf488fcf9a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -909,7 +909,7 @@ jobs: with: ref: ${{ env.HEAD_COMMIT }} # The fixtures install the locally-packed `@sentry/bundler-plugins` tarball with pnpm. - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 9.15.9 - name: Set up Node @@ -1024,7 +1024,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 9.15.9 - name: Set up Node @@ -1162,7 +1162,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 9.15.9 - name: Set up Node diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 576aa8385014..1822f8eae35d 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -126,7 +126,7 @@ jobs: uses: actions/checkout@v6 with: ref: ${{ env.HEAD_COMMIT }} - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 9.15.9 - name: Set up Node diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index adbed5768ce9..941de2dbb96d 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -19,7 +19,7 @@ jobs: VITE_E2E_TEST_DSN: 'https://username@domain/123' steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 with: version: 9.15.9 - uses: actions/setup-node@v6