From bb4e49c2ba3e6d4d205b93ac7b10e7ff51281e66 Mon Sep 17 00:00:00 2001 From: umajho Date: Fri, 5 Jul 2024 08:49:56 +0800 Subject: [PATCH] =?UTF-8?q?build(.github/workflows)=20=E5=B0=86=20pnpm/act?= =?UTF-8?q?ion-setup=20=E6=9B=B4=E6=96=B0=E8=87=B3=20v4=20=E4=BB=A5?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 有关 issue:https://github.com/pnpm/action-setup/issues/136 --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a99c2e1e..61a2f861 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Setup pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v4 - name: Setup Node uses: actions/setup-node@v3 with: