From 0611de37a9e26d793751706216d3cc638ad8b240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 19:08:50 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup in /actions/setup-environment Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/fc06bc1257f339d1d5d8b3a19a8cae5388b55320...0e279bb959325dab635dd2c09392533439d90093) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- actions/setup-environment/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/setup-environment/action.yml b/actions/setup-environment/action.yml index 3d5c5ec..ff42f3b 100644 --- a/actions/setup-environment/action.yml +++ b/actions/setup-environment/action.yml @@ -52,7 +52,7 @@ runs: - name: Setup pnpm if: inputs.pnpm == 'true' - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8 - name: Setup Node.js (with version file) if: inputs.use-version-file == 'true'