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
@@ -235,7 +235,7 @@ jobs:
235
235
needs.job_get_metadata.outputs.is_release == 'true'
236
236
steps :
237
237
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
238
- uses : actions/checkout@v4
238
+ uses : actions/checkout@v5
239
239
with :
240
240
ref : ${{ env.HEAD_COMMIT }}
241
241
- name : Set up Node
@@ -262,7 +262,7 @@ jobs:
262
262
runs-on : ubuntu-24.04
263
263
steps :
264
264
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
265
- uses : actions/checkout@v4
265
+ uses : actions/checkout@v5
266
266
with :
267
267
ref : ${{ env.HEAD_COMMIT }}
268
268
- name : Set up Node
@@ -288,7 +288,7 @@ jobs:
288
288
runs-on : ubuntu-24.04
289
289
steps :
290
290
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
291
- uses : actions/checkout@v4
291
+ uses : actions/checkout@v5
292
292
with :
293
293
ref : ${{ env.HEAD_COMMIT }}
294
294
@@ -311,7 +311,7 @@ jobs:
311
311
runs-on : ubuntu-24.04
312
312
steps :
313
313
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
314
- uses : actions/checkout@v4
314
+ uses : actions/checkout@v5
315
315
with :
316
316
ref : ${{ env.HEAD_COMMIT }}
317
317
- name : Set up Node
@@ -333,7 +333,7 @@ jobs:
333
333
if : needs.job_get_metadata.outputs.is_release == 'true'
334
334
steps :
335
335
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
336
- uses : actions/checkout@v4
336
+ uses : actions/checkout@v5
337
337
with :
338
338
ref : ${{ env.HEAD_COMMIT }}
339
339
- name : Set up Node
@@ -368,13 +368,13 @@ jobs:
368
368
runs-on : ubuntu-24.04
369
369
steps :
370
370
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
371
- uses : actions/checkout@v4
371
+ uses : actions/checkout@v5
372
372
if : github.event_name == 'pull_request'
373
373
with :
374
374
ref : ${{ github.event.pull_request.base.sha }}
375
375
376
376
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
377
- uses : actions/checkout@v4
377
+ uses : actions/checkout@v5
378
378
with :
379
379
ref : ${{ env.HEAD_COMMIT }}
380
380
- name : Set up Node
@@ -415,7 +415,7 @@ jobs:
415
415
runs-on : ubuntu-24.04
416
416
steps :
417
417
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
418
- uses : actions/checkout@v4
418
+ uses : actions/checkout@v5
419
419
with :
420
420
ref : ${{ env.HEAD_COMMIT }}
421
421
- name : Set up Node
@@ -440,7 +440,7 @@ jobs:
440
440
runs-on : ubuntu-24.04
441
441
steps :
442
442
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
443
- uses : actions/checkout@v4
443
+ uses : actions/checkout@v5
444
444
with :
445
445
ref : ${{ env.HEAD_COMMIT }}
446
446
- name : Set up Node
@@ -472,12 +472,12 @@ jobs:
472
472
node : [18, 20, 22, 24]
473
473
steps :
474
474
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
475
- uses : actions/checkout@v4
475
+ uses : actions/checkout@v5
476
476
if : github.event_name == 'pull_request'
477
477
with :
478
478
ref : ${{ github.event.pull_request.base.sha }}
479
479
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
480
- uses : actions/checkout@v4
480
+ uses : actions/checkout@v5
481
481
with :
482
482
ref : ${{ env.HEAD_COMMIT }}
483
483
- name : Set up Node
@@ -566,7 +566,7 @@ jobs:
566
566
567
567
steps :
568
568
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
569
- uses : actions/checkout@v4
569
+ uses : actions/checkout@v5
570
570
with :
571
571
ref : ${{ env.HEAD_COMMIT }}
572
572
- name : Set up Node
@@ -630,7 +630,7 @@ jobs:
630
630
631
631
steps :
632
632
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
633
- uses : actions/checkout@v4
633
+ uses : actions/checkout@v5
634
634
with :
635
635
ref : ${{ env.HEAD_COMMIT }}
636
636
- name : Set up Node
@@ -678,7 +678,7 @@ jobs:
678
678
timeout-minutes : 5
679
679
steps :
680
680
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
681
- uses : actions/checkout@v4
681
+ uses : actions/checkout@v5
682
682
with :
683
683
ref : ${{ env.HEAD_COMMIT }}
684
684
- name : Set up Node
@@ -716,7 +716,7 @@ jobs:
716
716
typescript : ' 3.8'
717
717
steps :
718
718
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
719
- uses : actions/checkout@v4
719
+ uses : actions/checkout@v5
720
720
with :
721
721
ref : ${{ env.HEAD_COMMIT }}
722
722
- name : Set up Node
@@ -752,7 +752,7 @@ jobs:
752
752
timeout-minutes : 15
753
753
steps :
754
754
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
755
- uses : actions/checkout@v4
755
+ uses : actions/checkout@v5
756
756
with :
757
757
ref : ${{ env.HEAD_COMMIT }}
758
758
- name : Set up Node
@@ -780,7 +780,7 @@ jobs:
780
780
node : [18, 20, 22, 24]
781
781
steps :
782
782
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
783
- uses : actions/checkout@v4
783
+ uses : actions/checkout@v5
784
784
with :
785
785
ref : ${{ env.HEAD_COMMIT }}
786
786
- name : Set up Node
@@ -827,12 +827,12 @@ jobs:
827
827
matrix-optional : ${{ steps.matrix-optional.outputs.matrix }}
828
828
steps :
829
829
- name : Check out base commit (${{ github.event.pull_request.base.sha }})
830
- uses : actions/checkout@v4
830
+ uses : actions/checkout@v5
831
831
if : github.event_name == 'pull_request'
832
832
with :
833
833
ref : ${{ github.event.pull_request.base.sha }}
834
834
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
835
- uses : actions/checkout@v4
835
+ uses : actions/checkout@v5
836
836
with :
837
837
ref : ${{ env.HEAD_COMMIT }}
838
838
- name : Set up Node
@@ -897,7 +897,7 @@ jobs:
897
897
matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
898
898
steps :
899
899
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
900
- uses : actions/checkout@v4
900
+ uses : actions/checkout@v5
901
901
with :
902
902
ref : ${{ env.HEAD_COMMIT }}
903
903
- uses : pnpm/action-setup@v4
@@ -1027,7 +1027,7 @@ jobs:
1027
1027
1028
1028
steps :
1029
1029
- name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1030
- uses : actions/checkout@v4
1030
+ uses : actions/checkout@v5
1031
1031
with :
1032
1032
ref : ${{ env.HEAD_COMMIT }}
1033
1033
- uses : pnpm/action-setup@v4
0 commit comments