From 551cc1ced6ccf4d7a3739a641148d9243c26990f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:37:31 +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 +- .github/workflows/release.yml | 2 +- .github/workflows/test-lifecycle.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44037ee..21aa2c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98c6fc6..d43b499 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: node-version: 18 registry-url: 'https://registry.npmjs.org/' - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 10 diff --git a/.github/workflows/test-lifecycle.yml b/.github/workflows/test-lifecycle.yml index 0244ddc..8dc8edb 100644 --- a/.github/workflows/test-lifecycle.yml +++ b/.github/workflows/test-lifecycle.yml @@ -22,7 +22,7 @@ jobs: node-version: '20' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10.x' @@ -55,7 +55,7 @@ jobs: node-version: '20' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10.x'