From ae1a9bddbb51e812326a1319ecf09ed8d529ec7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 19:55:34 +0000 Subject: [PATCH] Bump pnpm/action-setup from 6 to 6.0.9 in the actions group Bumps the actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 6 to 6.0.9 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a907b9..9cd8e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: if (Test-Path $key) { throw "--reset left the policy key behind" } Write-Host "reset removed the key" - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 with: version: 11.9.0 - uses: actions/setup-node@v7