From 107736a93685060cbfe5ef00b958f5c0f3be359b Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Thu, 4 Jul 2024 17:22:05 +0200 Subject: [PATCH] ci: update gh action pnpm/action-setup@v4 --- tooling/github/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/github/setup/action.yml b/tooling/github/setup/action.yml index 5685a1d88..6e29909be 100644 --- a/tooling/github/setup/action.yml +++ b/tooling/github/setup/action.yml @@ -4,7 +4,7 @@ description: "Common setup steps for Actions" runs: using: composite steps: - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: node-version: 20