From 1ae22d5ef23bee656a566c6174cd982a6329f45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 06:59:20 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4.1.0 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major ... 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 8381733..1a12c68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: # No `version:` — action-setup reads the pinned version from package.json `packageManager` # (pnpm@11.9.0), the same pin corepack uses for the OTA `corepack pnpm` fallback. Specifying both # here would make the action error on an ambiguous version. - - uses: pnpm/action-setup@v4.1.0 + - uses: pnpm/action-setup@v6.0.9 - uses: actions/setup-node@v5 with: