From 6896eabd97e0c82f6114ea35bbc34f6df37f4aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:02:34 +0000 Subject: [PATCH] Bump pnpm/action-setup from 4 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' 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..d9c1f08 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@v5 with: version: ^10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9d1aaf..ae27101 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@v5 with: version: ^10 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 759886c..c9945aa 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@v5 with: version: ^10