From f21ba425e71cff83e0e11b705de4aecd3122ccf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:16:43 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4.1.0 to 4.2.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9c90fe56..2d82f58d 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.1.0 + - uses: pnpm/action-setup@v4.2.0 with: version: 7 - name: Check diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f5f0155d..74f4d09d 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.1.0 + - uses: pnpm/action-setup@v4.2.0 with: version: 7 - name: Check