From b2e8b0b47c5d4c24aee94d363fec61bef248ee12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:13:44 +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 }}