61
61
pull-requests : read
62
62
steps :
63
63
- name : Check out current commit
64
- uses : actions/checkout@v3
64
+ uses : actions/checkout@v4
65
65
with :
66
66
ref : ${{ env.HEAD_COMMIT }}
67
67
# We need to check out not only the fake merge commit between the PR and the base branch which GH creates, but
@@ -159,7 +159,7 @@ jobs:
159
159
(needs.job_get_metadata.outputs.changed_any_code == 'true' || github.event_name != 'pull_request')
160
160
steps :
161
161
- name : ' Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})'
162
- uses : actions/checkout@v3
162
+ uses : actions/checkout@v4
163
163
with :
164
164
ref : ${{ env.HEAD_COMMIT }}
165
165
- name : Set up Node
@@ -207,7 +207,7 @@ jobs:
207
207
timeout-minutes : 30
208
208
steps :
209
209
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
210
- uses : actions/checkout@v3
210
+ uses : actions/checkout@v4
211
211
with :
212
212
ref : ${{ env.HEAD_COMMIT }}
213
213
- name : Set up Node
@@ -265,7 +265,7 @@ jobs:
265
265
needs.job_get_metadata.outputs.is_release == 'true'
266
266
steps :
267
267
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
268
- uses : actions/checkout@v3
268
+ uses : actions/checkout@v4
269
269
with :
270
270
ref : ${{ env.HEAD_COMMIT }}
271
271
- name : Set up Node
@@ -297,7 +297,7 @@ jobs:
297
297
runs-on : ubuntu-20.04
298
298
steps :
299
299
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
300
- uses : actions/checkout@v3
300
+ uses : actions/checkout@v4
301
301
with :
302
302
ref : ${{ env.HEAD_COMMIT }}
303
303
- name : Set up Node
@@ -320,7 +320,7 @@ jobs:
320
320
runs-on : ubuntu-20.04
321
321
steps :
322
322
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
323
- uses : actions/checkout@v3
323
+ uses : actions/checkout@v4
324
324
with :
325
325
ref : ${{ env.HEAD_COMMIT }}
326
326
- name : Set up Node
@@ -342,7 +342,7 @@ jobs:
342
342
if : needs.job_get_metadata.outputs.is_release == 'true'
343
343
steps :
344
344
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
345
- uses : actions/checkout@v3
345
+ uses : actions/checkout@v4
346
346
with :
347
347
ref : ${{ env.HEAD_COMMIT }}
348
348
- name : Set up Node
@@ -373,7 +373,7 @@ jobs:
373
373
runs-on : ubuntu-latest
374
374
steps :
375
375
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
376
- uses : actions/checkout@v3
376
+ uses : actions/checkout@v4
377
377
with :
378
378
ref : ${{ env.HEAD_COMMIT }}
379
379
- name : Set up Node
@@ -400,7 +400,7 @@ jobs:
400
400
fail-fast : false
401
401
steps :
402
402
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
403
- uses : actions/checkout@v3
403
+ uses : actions/checkout@v4
404
404
with :
405
405
ref : ${{ env.HEAD_COMMIT }}
406
406
- name : Set up Node
@@ -430,7 +430,7 @@ jobs:
430
430
node : [8, 10, 12, 14, 16, 18, 20]
431
431
steps :
432
432
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
433
- uses : actions/checkout@v3
433
+ uses : actions/checkout@v4
434
434
with :
435
435
ref : ${{ env.HEAD_COMMIT }}
436
436
- name : Set up Node
@@ -462,7 +462,7 @@ jobs:
462
462
node : [10, 12, 14, 16, 18, 20]
463
463
steps :
464
464
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
465
- uses : actions/checkout@v3
465
+ uses : actions/checkout@v4
466
466
with :
467
467
ref : ${{ env.HEAD_COMMIT }}
468
468
- name : Set up Node
@@ -527,7 +527,7 @@ jobs:
527
527
528
528
steps :
529
529
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
530
- uses : actions/checkout@v3
530
+ uses : actions/checkout@v4
531
531
with :
532
532
ref : ${{ env.HEAD_COMMIT }}
533
533
- name : Set up Node
@@ -584,7 +584,7 @@ jobs:
584
584
585
585
steps :
586
586
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
587
- uses : actions/checkout@v3
587
+ uses : actions/checkout@v4
588
588
with :
589
589
ref : ${{ env.HEAD_COMMIT }}
590
590
- name : Set up Node
@@ -637,7 +637,7 @@ jobs:
637
637
- WebkitHeadless
638
638
steps :
639
639
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
640
- uses : actions/checkout@v3
640
+ uses : actions/checkout@v4
641
641
with :
642
642
ref : ${{ env.HEAD_COMMIT }}
643
643
- name : Set up Node
@@ -663,7 +663,7 @@ jobs:
663
663
timeout-minutes : 5
664
664
steps :
665
665
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
666
- uses : actions/checkout@v3
666
+ uses : actions/checkout@v4
667
667
with :
668
668
ref : ${{ env.HEAD_COMMIT }}
669
669
- name : Set up Node
@@ -703,7 +703,7 @@ jobs:
703
703
typescript : ' 3.8'
704
704
steps :
705
705
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
706
- uses : actions/checkout@v3
706
+ uses : actions/checkout@v4
707
707
with :
708
708
ref : ${{ env.HEAD_COMMIT }}
709
709
- name : Set up Node
@@ -739,7 +739,7 @@ jobs:
739
739
remix : [1, 2]
740
740
steps :
741
741
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
742
- uses : actions/checkout@v3
742
+ uses : actions/checkout@v4
743
743
with :
744
744
ref : ${{ env.HEAD_COMMIT }}
745
745
- name : Set up Node
@@ -768,7 +768,7 @@ jobs:
768
768
timeout-minutes : 15
769
769
steps :
770
770
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
771
- uses : actions/checkout@v3
771
+ uses : actions/checkout@v4
772
772
with :
773
773
ref : ${{ env.HEAD_COMMIT }}
774
774
- name : Set up Node
@@ -840,7 +840,7 @@ jobs:
840
840
841
841
steps :
842
842
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
843
- uses : actions/checkout@v3
843
+ uses : actions/checkout@v4
844
844
with :
845
845
ref : ${{ env.HEAD_COMMIT }}
846
846
- uses : pnpm/action-setup@v2
@@ -925,7 +925,7 @@ jobs:
925
925
needs.job_get_metadata.outputs.is_develop == 'true'
926
926
steps :
927
927
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
928
- uses : actions/checkout@v3
928
+ uses : actions/checkout@v4
929
929
with :
930
930
ref : ${{ env.HEAD_COMMIT }}
931
931
- name : Set up Node
0 commit comments