From 8060b21a810cc4760c6e50ee30edeb035f6f45f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:16:12 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4.3.0 to 6.0.10 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.3.0 to 6.0.10. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/b906affcce14559ad1aafd4ab0e942779e9f58b1...0977fd99725f1db4007ccb2928dbb4e90d06cc86) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deployment-guide-smoke.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-guide-smoke.yml b/.github/workflows/deployment-guide-smoke.yml index 00020cc0..d884fa96 100644 --- a/.github/workflows/deployment-guide-smoke.yml +++ b/.github/workflows/deployment-guide-smoke.yml @@ -26,7 +26,7 @@ jobs: cache: pip - name: Set up pnpm - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: version: 10.23.0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a894b3ee..0df40c4a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2236,7 +2236,7 @@ jobs: working-directory: apps/web steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: version: 10.23.0 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0