71
71
pull-requests : read
72
72
steps :
73
73
- name : Check out current commit
74
- uses : actions/checkout@v4
74
+ uses : actions/checkout@v5
75
75
with :
76
76
ref : ${{ env.HEAD_COMMIT }}
77
77
# We need to check out not only the fake merge commit between the PR and the base branch which GH creates, but
@@ -131,13 +131,13 @@ jobs:
131
131
(needs.job_get_metadata.outputs.is_gitflow_sync == 'false' && needs.job_get_metadata.outputs.has_gitflow_label == 'false')
132
132
steps :
133
133
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
134
- uses : actions/checkout@v4
134
+ uses : actions/checkout@v5
135
135
if : github.event_name == 'pull_request'
136
136
with :
137
137
ref : ${{ github.event.pull_request.base.sha }}
138
138
139
139
- name : ' Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})'
140
- uses : actions/checkout@v4
140
+ uses : actions/checkout@v5
141
141
with :
142
142
ref : ${{ env.HEAD_COMMIT }}
143
143
@@ -238,7 +238,7 @@ jobs:
238
238
needs.job_get_metadata.outputs.is_release == 'true'
239
239
steps :
240
240
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
241
- uses : actions/checkout@v4
241
+ uses : actions/checkout@v5
242
242
with :
243
243
ref : ${{ env.HEAD_COMMIT }}
244
244
- name : Set up Node
@@ -267,7 +267,7 @@ jobs:
267
267
needs.job_get_metadata.outputs.is_base_branch == 'true' || needs.job_get_metadata.outputs.is_release == 'true'
268
268
steps :
269
269
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
270
- uses : actions/checkout@v4
270
+ uses : actions/checkout@v5
271
271
with :
272
272
ref : ${{ env.HEAD_COMMIT }}
273
273
- name : Set up Node
@@ -296,7 +296,7 @@ jobs:
296
296
runs-on : ubuntu-24.04
297
297
steps :
298
298
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
299
- uses : actions/checkout@v4
299
+ uses : actions/checkout@v5
300
300
with :
301
301
ref : ${{ env.HEAD_COMMIT }}
302
302
- name : Set up Node
@@ -322,7 +322,7 @@ jobs:
322
322
runs-on : ubuntu-24.04
323
323
steps :
324
324
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
325
- uses : actions/checkout@v4
325
+ uses : actions/checkout@v5
326
326
with :
327
327
ref : ${{ env.HEAD_COMMIT }}
328
328
@@ -345,7 +345,7 @@ jobs:
345
345
runs-on : ubuntu-24.04
346
346
steps :
347
347
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
348
- uses : actions/checkout@v4
348
+ uses : actions/checkout@v5
349
349
with :
350
350
ref : ${{ env.HEAD_COMMIT }}
351
351
- name : Set up Node
@@ -367,7 +367,7 @@ jobs:
367
367
if : needs.job_get_metadata.outputs.is_release == 'true'
368
368
steps :
369
369
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
370
- uses : actions/checkout@v4
370
+ uses : actions/checkout@v5
371
371
with :
372
372
ref : ${{ env.HEAD_COMMIT }}
373
373
- name : Set up Node
@@ -402,13 +402,13 @@ jobs:
402
402
runs-on : ubuntu-24.04
403
403
steps :
404
404
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
405
- uses : actions/checkout@v4
405
+ uses : actions/checkout@v5
406
406
if : github.event_name == 'pull_request'
407
407
with :
408
408
ref : ${{ github.event.pull_request.base.sha }}
409
409
410
410
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
411
- uses : actions/checkout@v4
411
+ uses : actions/checkout@v5
412
412
with :
413
413
ref : ${{ env.HEAD_COMMIT }}
414
414
- name : Set up Node
@@ -449,7 +449,7 @@ jobs:
449
449
runs-on : ubuntu-24.04
450
450
steps :
451
451
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
452
- uses : actions/checkout@v4
452
+ uses : actions/checkout@v5
453
453
with :
454
454
ref : ${{ env.HEAD_COMMIT }}
455
455
- name : Set up Node
@@ -474,7 +474,7 @@ jobs:
474
474
runs-on : ubuntu-24.04
475
475
steps :
476
476
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
477
- uses : actions/checkout@v4
477
+ uses : actions/checkout@v5
478
478
with :
479
479
ref : ${{ env.HEAD_COMMIT }}
480
480
- name : Set up Node
@@ -506,12 +506,12 @@ jobs:
506
506
node : [18, 20, 22, 24]
507
507
steps :
508
508
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
509
- uses : actions/checkout@v4
509
+ uses : actions/checkout@v5
510
510
if : github.event_name == 'pull_request'
511
511
with :
512
512
ref : ${{ github.event.pull_request.base.sha }}
513
513
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
514
- uses : actions/checkout@v4
514
+ uses : actions/checkout@v5
515
515
with :
516
516
ref : ${{ env.HEAD_COMMIT }}
517
517
- name : Set up Node
@@ -600,7 +600,7 @@ jobs:
600
600
601
601
steps :
602
602
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
603
- uses : actions/checkout@v4
603
+ uses : actions/checkout@v5
604
604
with :
605
605
ref : ${{ env.HEAD_COMMIT }}
606
606
- name : Set up Node
@@ -664,7 +664,7 @@ jobs:
664
664
665
665
steps :
666
666
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
667
- uses : actions/checkout@v4
667
+ uses : actions/checkout@v5
668
668
with :
669
669
ref : ${{ env.HEAD_COMMIT }}
670
670
- name : Set up Node
@@ -712,7 +712,7 @@ jobs:
712
712
timeout-minutes : 5
713
713
steps :
714
714
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
715
- uses : actions/checkout@v4
715
+ uses : actions/checkout@v5
716
716
with :
717
717
ref : ${{ env.HEAD_COMMIT }}
718
718
- name : Set up Node
@@ -750,7 +750,7 @@ jobs:
750
750
typescript : ' 3.8'
751
751
steps :
752
752
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
753
- uses : actions/checkout@v4
753
+ uses : actions/checkout@v5
754
754
with :
755
755
ref : ${{ env.HEAD_COMMIT }}
756
756
- name : Set up Node
@@ -786,7 +786,7 @@ jobs:
786
786
timeout-minutes : 15
787
787
steps :
788
788
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
789
- uses : actions/checkout@v4
789
+ uses : actions/checkout@v5
790
790
with :
791
791
ref : ${{ env.HEAD_COMMIT }}
792
792
- name : Set up Node
@@ -814,7 +814,7 @@ jobs:
814
814
node : [18, 20, 22, 24]
815
815
steps :
816
816
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
817
- uses : actions/checkout@v4
817
+ uses : actions/checkout@v5
818
818
with :
819
819
ref : ${{ env.HEAD_COMMIT }}
820
820
- name : Set up Node
@@ -861,12 +861,12 @@ jobs:
861
861
matrix-optional : ${{ steps.matrix-optional.outputs.matrix }}
862
862
steps :
863
863
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
864
- uses : actions/checkout@v4
864
+ uses : actions/checkout@v5
865
865
if : github.event_name == 'pull_request'
866
866
with :
867
867
ref : ${{ github.event.pull_request.base.sha }}
868
868
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
869
- uses : actions/checkout@v4
869
+ uses : actions/checkout@v5
870
870
with :
871
871
ref : ${{ env.HEAD_COMMIT }}
872
872
- name : Set up Node
@@ -931,7 +931,7 @@ jobs:
931
931
matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
932
932
steps :
933
933
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
934
- uses : actions/checkout@v4
934
+ uses : actions/checkout@v5
935
935
with :
936
936
ref : ${{ env.HEAD_COMMIT }}
937
937
- uses : pnpm/action-setup@v4
@@ -1061,7 +1061,7 @@ jobs:
1061
1061
1062
1062
steps :
1063
1063
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1064
- uses : actions/checkout@v4
1064
+ uses : actions/checkout@v5
1065
1065
with :
1066
1066
ref : ${{ env.HEAD_COMMIT }}
1067
1067
- uses : pnpm/action-setup@v4
0 commit comments