From 1614dea65f9899b5ec5637dc88fe3715b7e15601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:42:15 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d68e0153..279dadea 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -88,7 +88,7 @@ jobs: - name: Setup pnpm if: steps.unit_changes.outputs.run_unit_tests == 'true' - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v6 with: version: 10.10.0 @@ -124,7 +124,7 @@ jobs: uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v6 with: version: 10.10.0 @@ -231,7 +231,7 @@ jobs: - name: Setup pnpm if: steps.e2e_changes.outputs.run_e2e == 'true' - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v6 with: version: 10.10.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dd38840..7ce31309 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: node scripts/prepare-release.mjs - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v6 with: version: 10.10.0