From 1e22e2adcdfacc7a3304d4ebb8ed4bb6a6efeb8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:02:35 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...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-dist.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/linter.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index cc1f95b..bcf1d23 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -32,7 +32,7 @@ jobs: - name: Install pnpm id: setup-pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ^10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d1aaf..9bc5794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Install pnpm id: setup-pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ^10 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 759886c..77a4ca1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: - name: Install pnpm id: setup-pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ^10