From 23003f91c366542c3c9ad807fad1f038d24a7e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:43:29 +0000 Subject: [PATCH] ci(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/ci.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/test-lifecycle.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44037ee..c7938a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v6 - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 98c6fc6..06ae899 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: node-version: 18 registry-url: 'https://registry.npmjs.org/' - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: 10 diff --git a/.github/workflows/test-lifecycle.yml b/.github/workflows/test-lifecycle.yml index 0244ddc..0d2cbe7 100644 --- a/.github/workflows/test-lifecycle.yml +++ b/.github/workflows/test-lifecycle.yml @@ -22,7 +22,7 @@ jobs: node-version: '20' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: '10.x' @@ -55,7 +55,7 @@ jobs: node-version: '20' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: version: '10.x'