From d30356144a67d776783658b1b4125f2aab88bede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:54:27 +0000 Subject: [PATCH] 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/releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index 514c014..d9e4f00 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -119,7 +119,7 @@ jobs: # `cache: 'pnpm'` option can find the pnpm binary. - name: Install pnpm if: matrix.needs_frontend - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 10