From 9a9ac4542323a48321f6de39f4660305be10b172 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:47:55 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20upgrade=20pnpm/action-setu?= =?UTF-8?q?p=20action=20to=20`v4.4.0`?= 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..29d6d1e8e 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@v4.4.0 with: version: ${{ steps.extract_pnpm_version.outputs.pnpm_version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 870d26541..a6c8c2e1e 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@v4.4.0 with: version: ${{ steps.extract_pnpm_version.outputs.pnpm_version }}