From c7d2158f1e76649140f0e5755a66a1f066af47aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 10:05:27 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...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/desktop-build.yml | 2 +- .github/workflows/desktop-smoke.yml | 4 ++-- .github/workflows/desktop-windows.yml | 2 +- .github/workflows/web-regression.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index 8ace73555..2f0fafe9d 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -89,7 +89,7 @@ jobs: with: ref: ${{ inputs.source_sha || github.sha }} - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10.32.1 diff --git a/.github/workflows/desktop-smoke.yml b/.github/workflows/desktop-smoke.yml index 6121236ac..539feb85b 100644 --- a/.github/workflows/desktop-smoke.yml +++ b/.github/workflows/desktop-smoke.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10.32.1 @@ -62,7 +62,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v7 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10.32.1 - uses: actions/setup-node@v4 diff --git a/.github/workflows/desktop-windows.yml b/.github/workflows/desktop-windows.yml index 4789761c7..ed8a463e4 100644 --- a/.github/workflows/desktop-windows.yml +++ b/.github/workflows/desktop-windows.yml @@ -38,7 +38,7 @@ jobs: with: ref: ${{ inputs.source_sha || github.sha }} - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10.32.1 diff --git a/.github/workflows/web-regression.yml b/.github/workflows/web-regression.yml index d98bc8ff0..1c6a37a02 100644 --- a/.github/workflows/web-regression.yml +++ b/.github/workflows/web-regression.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v7 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10.32.1