From 5acc23d0e1073886787eefd8ed0ae469651c8345 Mon Sep 17 00:00:00 2001 From: OCCG Date: Tue, 3 Sep 2024 00:25:53 +0800 Subject: [PATCH] ci: :green_heart: Upgrade the action-setup version to resolve the timeout issue. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8055e68..600554a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: restore-keys: | ${{ runner.os }}-pnpm- - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.4.0 with: run_install: | args: [--frozen-lockfile, --strict-peer-dependencies]