From e6391a65ea5ca5688021f668fc3550cea96623bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 00:00:50 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20pnpm/action-se?= =?UTF-8?q?tup=20action=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index aa1ed4d..4782e83 100644 --- a/action.yaml +++ b/action.yaml @@ -45,7 +45,7 @@ runs: - name: Install pnpm if: inputs.package-manager == 'pnpm' - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 with: version: ${{ inputs.package-manager-version }}