Skip to content

Commit a34e6e0

Browse files
committed
ci: 💚 Upgrade the action-setup version to resolve the timeout issue.
1 parent 4fce4dd commit a34e6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
restore-keys: |
2727
${{ runner.os }}-pnpm-
2828
29-
- uses: pnpm/action-setup@v2.2.1
29+
- uses: pnpm/action-setup@v2.4.0
3030
with:
3131
run_install: |
3232
args: [--frozen-lockfile, --strict-peer-dependencies]

0 commit comments

Comments
 (0)