From 3c787bbd11d040ffe754b0200bdfe2c4ab7edede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:09:53 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5.0.0...v6.0.8) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/quality-check.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index 54d5dae..0c208c5 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Fetch all history for all branches - name: Install pnpm - uses: pnpm/action-setup@v5.0.0 + uses: pnpm/action-setup@v6.0.8 with: version: ${{ env.PNPM_VERSION }} run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f7f06e..01601cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@v5.0.0 + uses: pnpm/action-setup@v6.0.8 - name: Setup node.js uses: actions/setup-node@v6.3.0