From 07410d1827b84235181235f1506396e4434d422f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 17:32:39 +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/check.yml | 2 +- .github/workflows/test.yml | 2 +- .github/workflows/update-cuda-ver.yml | 2 +- .github/workflows/update-dist.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index bf70f1e9..a5524b39 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -31,7 +31,7 @@ jobs: check-latest: true - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6948a957..cabdc082 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,7 +45,7 @@ jobs: check-latest: true - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: cache: true diff --git a/.github/workflows/update-cuda-ver.yml b/.github/workflows/update-cuda-ver.yml index 7dd832dc..0aa3f43d 100644 --- a/.github/workflows/update-cuda-ver.yml +++ b/.github/workflows/update-cuda-ver.yml @@ -22,7 +22,7 @@ jobs: check-latest: true - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: cache: true diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index 8678efba..17978f0f 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -25,7 +25,7 @@ jobs: check-latest: true - name: Install pnpm - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 with: cache: true