From d2d5f359aa85e126ddf7b414a52ad79e0135c661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:18:04 +0000 Subject: [PATCH] chore(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/release-experimental.yml | 2 +- .github/workflows/release-preview.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-experimental.yml b/.github/workflows/release-experimental.yml index 8bd3a31..414ad65 100644 --- a/.github/workflows/release-experimental.yml +++ b/.github/workflows/release-experimental.yml @@ -63,7 +63,7 @@ jobs: node-version-file: ".node-version" - name: 🟧 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ${{ steps.pnpm-version.outputs.VERSION }} run_install: | diff --git a/.github/workflows/release-preview.yml b/.github/workflows/release-preview.yml index f2d0dba..f51d7dc 100644 --- a/.github/workflows/release-preview.yml +++ b/.github/workflows/release-preview.yml @@ -33,7 +33,7 @@ jobs: node-version-file: ".node-version" - name: 🟧 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ${{ steps.pnpm-version.outputs.VERSION }} run_install: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2c971c..27d3228 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: node-version-file: ".node-version" - name: 🟧 Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ${{ steps.pnpm-version.outputs.VERSION }} run_install: |