From 0c5c174317099b5e7ff1162ed32d66b04ff0d1c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:23:12 +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 }}