From 062ceeaf43887196f6939bf6b5c4896632a5926e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 22:11:42 +0000 Subject: [PATCH] ci: 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/release-dry-run.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-dry-run.yml b/.github/workflows/release-dry-run.yml index c0e211d..c964b2e 100644 --- a/.github/workflows/release-dry-run.yml +++ b/.github/workflows/release-dry-run.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v5 with: node-version: 22 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e883a5..4acd3b4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: with: node-version: 22 registry-url: https://registry.npmjs.org - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 run_install: false