From a029036a4882ffaee2ccc57dfca80ab07a8e6f0c Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 19 Jul 2024 16:36:47 -0400 Subject: [PATCH] Update to pnpm-setup-action@v4, which we can absorb the breaking change, because we already correctly determine the pnpm-version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8ce2e2d..aa309f8 100644 --- a/action.yml +++ b/action.yml @@ -112,7 +112,7 @@ runs: # - no support for cache # (that's provided by setup-node) - name: 'Install pnpm' - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ steps.resolved-pnpm.outputs.version }} run_install: false