From d1e78e7c19d2f5bed0d7772d3b1ea389d3c53a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:14:27 +0000 Subject: [PATCH] chore(deps): 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/claude-kaizen.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/pr-check.yml | 2 +- .github/workflows/publish.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/claude-kaizen.yml b/.github/workflows/claude-kaizen.yml index 54569ed5..0a976cd7 100644 --- a/.github/workflows/claude-kaizen.yml +++ b/.github/workflows/claude-kaizen.yml @@ -29,7 +29,7 @@ jobs: ref: ${{ github.ref }} - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10.19.0 diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index afb3e733..13adf989 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.event.pull_request.head.ref || github.ref }} - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10.19.0 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 689233c9..81cc46d4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 - uses: actions/setup-node@v6 with: diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index e5d45d4d..954b716a 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10.19.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 30e57cdf..5f3ffbc2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 10.19.0