From 7f4c68180ae53d756881103fbd332e4774034e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:00:50 +0000 Subject: [PATCH] bump(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/fc06bc1257f339d1d5d8b3a19a8cae5388b55320...8912a9102ac27614460f54aedde9e1e7f9aec20d) --- 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/build-test-lint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-coverage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index 526d346..327e358 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -20,7 +20,7 @@ jobs: node-version: 24 - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d with: version: 10.33.0 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9254a8c..380ca86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d with: version: 10.33.0 diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 835a198..42d82b5 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d with: version: 10.33.0