Skip to content

Commit 859aa90

Browse files
author
mayintao3
committed
feat: use checkout v4
1 parent 8b72c6b commit 859aa90

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/workflows/CI.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,12 @@ jobs:
257257
- '18'
258258
runs-on: ubuntu-latest
259259
steps:
260-
- uses: actions/checkout@v3
260+
- name: Checkout
261+
uses: actions/checkout@v4
262+
- name: Setup pnpm
263+
uses: pnpm/[email protected]
264+
with:
265+
version: 9
261266
- name: Download artifacts
262267
uses: actions/download-artifact@v3
263268
with:
@@ -291,7 +296,12 @@ jobs:
291296
- build
292297
runs-on: ubuntu-latest
293298
steps:
294-
- uses: actions/checkout@v3
299+
- name: Checkout
300+
uses: actions/checkout@v4
301+
- name: Setup pnpm
302+
uses: pnpm/[email protected]
303+
with:
304+
version: 9
295305
- name: Download artifacts
296306
uses: actions/download-artifact@v3
297307
with:
@@ -329,7 +339,12 @@ jobs:
329339
- '18'
330340
runs-on: ubuntu-latest
331341
steps:
332-
- uses: actions/checkout@v3
342+
- name: Checkout
343+
uses: actions/checkout@v4
344+
- name: Setup pnpm
345+
uses: pnpm/[email protected]
346+
with:
347+
version: 9
333348
- name: Download artifacts
334349
uses: actions/download-artifact@v3
335350
with:

0 commit comments

Comments
 (0)