From bd4ec3a8c5ddbd5624ebe24a375185eda2859b4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:13:10 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20pnpm/action-setu?= =?UTF-8?q?p=20action=20to=20`v5`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4c16e03c..177ad7ebd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: echo "::set-output name=pnpm_version::$(jq -r '.packageManager' package.json | cut -d'@' -f2)" - name: Use pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v5.0.0 with: version: ${{ steps.extract_pnpm_version.outputs.pnpm_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 870d26541..06fc253ef 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: run: echo "::set-output name=pnpm_version::$(jq -r '.packageManager' package.json | cut -d'@' -f2)" - name: Use pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v5.0.0 with: version: ${{ steps.extract_pnpm_version.outputs.pnpm_version }}