From 791c06f64f736bb28eeab832e848ae812a67066f Mon Sep 17 00:00:00 2001 From: Carlos Chida Date: Sat, 29 Jun 2024 13:05:19 -0600 Subject: [PATCH] Update pnpm/action-setup from v2 to v4 (#1077) --- 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