From 6dc1db72a575eb3c4bdb9e4ea7048f487c0a31be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 03:12:21 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codecov-next.yaml | 2 +- .github/workflows/pr-check.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov-next.yaml b/.github/workflows/codecov-next.yaml index 641a26c..ff10eb1 100644 --- a/.github/workflows/codecov-next.yaml +++ b/.github/workflows/codecov-next.yaml @@ -33,7 +33,7 @@ jobs: timeout-minutes: 60 steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm with: run_install: false diff --git a/.github/workflows/pr-check.yaml b/.github/workflows/pr-check.yaml index 7f53a0e..866ded9 100644 --- a/.github/workflows/pr-check.yaml +++ b/.github/workflows/pr-check.yaml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm with: run_install: false