From 7d914e59115e5f8f486a1f8788c7dc6346f1e8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 02:04:06 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5.0.0...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark.yaml | 2 +- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yaml b/.github/workflows/benchmark.yaml index 37deede6..bc72c3ab 100644 --- a/.github/workflows/benchmark.yaml +++ b/.github/workflows/benchmark.yaml @@ -80,7 +80,7 @@ jobs: pnpm- - name: Setup pnpm - uses: pnpm/action-setup@v5.0.0 + uses: pnpm/action-setup@v6.0.5 with: version: '7.9.0' run_install: 'true' diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 8c6762f9..6e6fced7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -652,7 +652,7 @@ jobs: pnpm- - name: Setup pnpm - uses: pnpm/action-setup@v5.0.0 + uses: pnpm/action-setup@v6.0.5 with: version: '7.9.0' run_install: 'true'