File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,12 @@ jobs:
257
257
- ' 18'
258
258
runs-on : ubuntu-latest
259
259
steps :
260
- - uses : actions/checkout@v3
260
+ - name : Checkout
261
+ uses : actions/checkout@v4
262
+ - name : Setup pnpm
263
+
264
+ with :
265
+ version : 9
261
266
- name : Download artifacts
262
267
uses : actions/download-artifact@v3
263
268
with :
@@ -291,7 +296,12 @@ jobs:
291
296
- build
292
297
runs-on : ubuntu-latest
293
298
steps :
294
- - uses : actions/checkout@v3
299
+ - name : Checkout
300
+ uses : actions/checkout@v4
301
+ - name : Setup pnpm
302
+
303
+ with :
304
+ version : 9
295
305
- name : Download artifacts
296
306
uses : actions/download-artifact@v3
297
307
with :
@@ -329,7 +339,12 @@ jobs:
329
339
- ' 18'
330
340
runs-on : ubuntu-latest
331
341
steps :
332
- - uses : actions/checkout@v3
342
+ - name : Checkout
343
+ uses : actions/checkout@v4
344
+ - name : Setup pnpm
345
+
346
+ with :
347
+ version : 9
333
348
- name : Download artifacts
334
349
uses : actions/download-artifact@v3
335
350
with :
You can’t perform that action at this time.
0 commit comments