From c641d31fc6fbe3fc048e4a069d7d624a294eeb66 Mon Sep 17 00:00:00 2001 From: Ryan Goulding Date: Wed, 3 Jul 2024 12:42:38 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=AA=B2=20CI=20is=20broken=20due=20to=20pn?= =?UTF-8?q?pm/action-setup@v2=20fetch=20failing=20(#673)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/actions/setup-environment/action.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/actions/setup-environment/action.yaml b/.github/workflows/actions/setup-environment/action.yaml index 87999b9ec..c0b6ae82d 100644 --- a/.github/workflows/actions/setup-environment/action.yaml +++ b/.github/workflows/actions/setup-environment/action.yaml @@ -3,8 +3,7 @@ description: Setup node & package manager, checkout code runs: using: "composite" steps: - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 name: Install pnpm with: - version: 8 run_install: false