From 4d82b52b6d8465c88f75d1818adca11ecc53b569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:43:21 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4.2.0 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.2.0 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.2.0...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 080640e6..07807a4a 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -14,7 +14,7 @@ jobs: with: key: ${{ github.ref }} path: .cache - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v6.0.9 with: version: 7 - name: Check diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e27c1e8a..78848253 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -34,7 +34,7 @@ jobs: with: key: ${{ github.ref }} path: .cache - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v6.0.9 with: version: 7 - name: Check