From 0803f796f6ff1ac9639beb8619ea2695f038157b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 00:11:41 +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/evals.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/release-cli.yml | 2 +- .github/workflows/test.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/evals.yml b/.github/workflows/evals.yml index bf723573..f9170e14 100644 --- a/.github/workflows/evals.yml +++ b/.github/workflows/evals.yml @@ -35,7 +35,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: 9.5.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4583aa6f..323fbcb6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9.5.0 - name: Use Node.js ${{ matrix.node-version }} @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9.5.0 - name: Use Node.js ${{ matrix.node-version }} diff --git a/.github/workflows/release-cli.yml b/.github/workflows/release-cli.yml index 22dc1eef..4105b863 100644 --- a/.github/workflows/release-cli.yml +++ b/.github/workflows/release-cli.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v6 - name: Setup pnpm 9.7.0 - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9.5.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6f62583e..19572107 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: fetch-depth: 0 # Fetch full history for git operations - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9.5.0 @@ -80,7 +80,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9.5.0 @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9.5.0