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:
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+ 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+ 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+ 346+ with :
347+ version : 9
333348 - name : Download artifacts
334349 uses : actions/download-artifact@v3
335350 with :
You can’t perform that action at this time.
0 commit comments