From 6a2f5d660b8d8a526fd41da408ee8e88b5d282ab Mon Sep 17 00:00:00 2001 From: Calypso Bot Date: Wed, 28 Aug 2024 20:18:44 +0200 Subject: [PATCH] Update pnpm/action-setup action to v4 (#39124) Co-authored-by: Renovate Bot --- .github/actions/tool-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/tool-setup/action.yml b/.github/actions/tool-setup/action.yml index 86402e50cfc3b..39f1f2faf1824 100644 --- a/.github/actions/tool-setup/action.yml +++ b/.github/actions/tool-setup/action.yml @@ -89,7 +89,7 @@ runs: - name: Setup pnpm if: steps.versions.outputs.node-version != 'false' - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: ${{ steps.versions.outputs.pnpm-version }} - name: Setup Node