7171 pull-requests : read
7272 steps :
7373 - name : Check out current commit
74- uses : actions/checkout@v5
74+ uses : actions/checkout@v6
7575 with :
7676 ref : ${{ env.HEAD_COMMIT }}
7777 # 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:
131131 (needs.job_get_metadata.outputs.is_gitflow_sync == 'false' && needs.job_get_metadata.outputs.has_gitflow_label == 'false')
132132 steps :
133133 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
134- uses : actions/checkout@v5
134+ uses : actions/checkout@v6
135135 if : github.event_name == 'pull_request'
136136 with :
137137 ref : ${{ github.event.pull_request.base.sha }}
138138
139139 - name : ' Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})'
140- uses : actions/checkout@v5
140+ uses : actions/checkout@v6
141141 with :
142142 ref : ${{ env.HEAD_COMMIT }}
143143
@@ -238,7 +238,7 @@ jobs:
238238 needs.job_get_metadata.outputs.is_release == 'true'
239239 steps :
240240 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
241- uses : actions/checkout@v5
241+ uses : actions/checkout@v6
242242 with :
243243 ref : ${{ env.HEAD_COMMIT }}
244244 - name : Set up Node
@@ -267,7 +267,7 @@ jobs:
267267 needs.job_get_metadata.outputs.is_base_branch == 'true' || needs.job_get_metadata.outputs.is_release == 'true'
268268 steps :
269269 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
270- uses : actions/checkout@v5
270+ uses : actions/checkout@v6
271271 with :
272272 ref : ${{ env.HEAD_COMMIT }}
273273 - name : Set up Node
@@ -296,7 +296,7 @@ jobs:
296296 runs-on : ubuntu-24.04
297297 steps :
298298 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
299- uses : actions/checkout@v5
299+ uses : actions/checkout@v6
300300 with :
301301 ref : ${{ env.HEAD_COMMIT }}
302302 - name : Set up Node
@@ -325,7 +325,7 @@ jobs:
325325 runs-on : ubuntu-24.04
326326 steps :
327327 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
328- uses : actions/checkout@v5
328+ uses : actions/checkout@v6
329329 with :
330330 ref : ${{ env.HEAD_COMMIT }}
331331
@@ -348,7 +348,7 @@ jobs:
348348 runs-on : ubuntu-24.04
349349 steps :
350350 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
351- uses : actions/checkout@v5
351+ uses : actions/checkout@v6
352352 with :
353353 ref : ${{ env.HEAD_COMMIT }}
354354 - name : Set up Node
@@ -370,7 +370,7 @@ jobs:
370370 if : needs.job_get_metadata.outputs.is_release == 'true'
371371 steps :
372372 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
373- uses : actions/checkout@v5
373+ uses : actions/checkout@v6
374374 with :
375375 ref : ${{ env.HEAD_COMMIT }}
376376 - name : Set up Node
@@ -405,13 +405,13 @@ jobs:
405405 runs-on : ubuntu-24.04
406406 steps :
407407 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
408- uses : actions/checkout@v5
408+ uses : actions/checkout@v6
409409 if : github.event_name == 'pull_request'
410410 with :
411411 ref : ${{ github.event.pull_request.base.sha }}
412412
413413 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
414- uses : actions/checkout@v5
414+ uses : actions/checkout@v6
415415 with :
416416 ref : ${{ env.HEAD_COMMIT }}
417417 - name : Set up Node
@@ -452,7 +452,7 @@ jobs:
452452 runs-on : ubuntu-24.04
453453 steps :
454454 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
455- uses : actions/checkout@v5
455+ uses : actions/checkout@v6
456456 with :
457457 ref : ${{ env.HEAD_COMMIT }}
458458 - name : Set up Node
@@ -477,7 +477,7 @@ jobs:
477477 runs-on : ubuntu-24.04
478478 steps :
479479 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
480- uses : actions/checkout@v5
480+ uses : actions/checkout@v6
481481 with :
482482 ref : ${{ env.HEAD_COMMIT }}
483483 - name : Set up Node
@@ -509,12 +509,12 @@ jobs:
509509 node : [18, 20, 22, 24]
510510 steps :
511511 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
512- uses : actions/checkout@v5
512+ uses : actions/checkout@v6
513513 if : github.event_name == 'pull_request'
514514 with :
515515 ref : ${{ github.event.pull_request.base.sha }}
516516 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
517- uses : actions/checkout@v5
517+ uses : actions/checkout@v6
518518 with :
519519 ref : ${{ env.HEAD_COMMIT }}
520520 - name : Set up Node
@@ -603,7 +603,7 @@ jobs:
603603
604604 steps :
605605 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
606- uses : actions/checkout@v5
606+ uses : actions/checkout@v6
607607 with :
608608 ref : ${{ env.HEAD_COMMIT }}
609609 - name : Set up Node
@@ -667,7 +667,7 @@ jobs:
667667
668668 steps :
669669 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
670- uses : actions/checkout@v5
670+ uses : actions/checkout@v6
671671 with :
672672 ref : ${{ env.HEAD_COMMIT }}
673673 - name : Set up Node
@@ -715,7 +715,7 @@ jobs:
715715 timeout-minutes : 5
716716 steps :
717717 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
718- uses : actions/checkout@v5
718+ uses : actions/checkout@v6
719719 with :
720720 ref : ${{ env.HEAD_COMMIT }}
721721 - name : Set up Node
@@ -753,7 +753,7 @@ jobs:
753753 typescript : ' 3.8'
754754 steps :
755755 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
756- uses : actions/checkout@v5
756+ uses : actions/checkout@v6
757757 with :
758758 ref : ${{ env.HEAD_COMMIT }}
759759 - name : Set up Node
@@ -789,7 +789,7 @@ jobs:
789789 timeout-minutes : 15
790790 steps :
791791 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
792- uses : actions/checkout@v5
792+ uses : actions/checkout@v6
793793 with :
794794 ref : ${{ env.HEAD_COMMIT }}
795795 - name : Set up Node
@@ -817,7 +817,7 @@ jobs:
817817 node : [18, 20, 22, 24]
818818 steps :
819819 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
820- uses : actions/checkout@v5
820+ uses : actions/checkout@v6
821821 with :
822822 ref : ${{ env.HEAD_COMMIT }}
823823 - name : Set up Node
@@ -864,12 +864,12 @@ jobs:
864864 matrix-optional : ${{ steps.matrix-optional.outputs.matrix }}
865865 steps :
866866 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
867- uses : actions/checkout@v5
867+ uses : actions/checkout@v6
868868 if : github.event_name == 'pull_request'
869869 with :
870870 ref : ${{ github.event.pull_request.base.sha }}
871871 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
872- uses : actions/checkout@v5
872+ uses : actions/checkout@v6
873873 with :
874874 ref : ${{ env.HEAD_COMMIT }}
875875 - name : Set up Node
@@ -934,7 +934,7 @@ jobs:
934934 matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
935935 steps :
936936 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
937- uses : actions/checkout@v5
937+ uses : actions/checkout@v6
938938 with :
939939 ref : ${{ env.HEAD_COMMIT }}
940940 - uses : pnpm/action-setup@v4
@@ -1064,7 +1064,7 @@ jobs:
10641064
10651065 steps :
10661066 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1067- uses : actions/checkout@v5
1067+ uses : actions/checkout@v6
10681068 with :
10691069 ref : ${{ env.HEAD_COMMIT }}
10701070 - uses : pnpm/action-setup@v4
0 commit comments