From e8a76e07fef04a7e10ab148780f7cc4a80b121f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 22:45:43 +0000 Subject: [PATCH] chore: update pnpm/action-setup action to v4 See associated pull request for more information. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1b53031..8f61a1b 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ runs: using: 'composite' steps: - name: use pnpm ${{ inputs.pnpm }} - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ inputs.pnpm }}