From 019738e034d8f302d346ef1cf6381fdcb5cd3416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 04:36:47 +0000 Subject: [PATCH] ci(deps): 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb31d89..0d07493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -572,7 +572,7 @@ jobs: # version is auto-detected from root package.json `packageManager` field # (pnpm@9.15.0). Specifying `version:` here would conflict with that # and fail with ERR_PNPM_BAD_PM_VERSION. - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: