From 9d757da649f13b8f00ddab3689ff91a33c39d635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 00:22:34 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 6.0.10 to 6.1.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.10 to 6.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.10...v6.1.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-pwa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pwa.yml b/.github/workflows/deploy-pwa.yml index 38d03d82..2c74e868 100644 --- a/.github/workflows/deploy-pwa.yml +++ b/.github/workflows/deploy-pwa.yml @@ -62,7 +62,7 @@ jobs: node-version: 24 - name: Setup pnpm - uses: pnpm/action-setup@v6.0.10 + uses: pnpm/action-setup@v6.1.0 # No explicit `version:` - pnpm/action-setup would conflict with # the `packageManager: pnpm@` field in package.json # (the action errors with "Multiple versions of pnpm specified"