7171 pull-requests : read
7272 steps :
7373 - name : Check out current commit
74- uses : actions/checkout@v5
74+ uses : actions/checkout@v4
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@v4
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@v4
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@v4
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@v4
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@v4
300300 with :
301301 ref : ${{ env.HEAD_COMMIT }}
302302 - name : Set up Node
@@ -322,7 +322,7 @@ jobs:
322322 runs-on : ubuntu-24.04
323323 steps :
324324 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
325- uses : actions/checkout@v5
325+ uses : actions/checkout@v4
326326 with :
327327 ref : ${{ env.HEAD_COMMIT }}
328328
@@ -345,7 +345,7 @@ jobs:
345345 runs-on : ubuntu-24.04
346346 steps :
347347 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
348- uses : actions/checkout@v5
348+ uses : actions/checkout@v4
349349 with :
350350 ref : ${{ env.HEAD_COMMIT }}
351351 - name : Set up Node
@@ -367,7 +367,7 @@ jobs:
367367 if : needs.job_get_metadata.outputs.is_release == 'true'
368368 steps :
369369 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
370- uses : actions/checkout@v5
370+ uses : actions/checkout@v4
371371 with :
372372 ref : ${{ env.HEAD_COMMIT }}
373373 - name : Set up Node
@@ -402,13 +402,13 @@ jobs:
402402 runs-on : ubuntu-24.04
403403 steps :
404404 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
405- uses : actions/checkout@v5
405+ uses : actions/checkout@v4
406406 if : github.event_name == 'pull_request'
407407 with :
408408 ref : ${{ github.event.pull_request.base.sha }}
409409
410410 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
411- uses : actions/checkout@v5
411+ uses : actions/checkout@v4
412412 with :
413413 ref : ${{ env.HEAD_COMMIT }}
414414 - name : Set up Node
@@ -449,7 +449,7 @@ jobs:
449449 runs-on : ubuntu-24.04
450450 steps :
451451 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
452- uses : actions/checkout@v5
452+ uses : actions/checkout@v4
453453 with :
454454 ref : ${{ env.HEAD_COMMIT }}
455455 - name : Set up Node
@@ -474,7 +474,7 @@ jobs:
474474 runs-on : ubuntu-24.04
475475 steps :
476476 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
477- uses : actions/checkout@v5
477+ uses : actions/checkout@v4
478478 with :
479479 ref : ${{ env.HEAD_COMMIT }}
480480 - name : Set up Node
@@ -506,12 +506,12 @@ jobs:
506506 node : [18, 20, 22, 24]
507507 steps :
508508 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
509- uses : actions/checkout@v5
509+ uses : actions/checkout@v4
510510 if : github.event_name == 'pull_request'
511511 with :
512512 ref : ${{ github.event.pull_request.base.sha }}
513513 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
514- uses : actions/checkout@v5
514+ uses : actions/checkout@v4
515515 with :
516516 ref : ${{ env.HEAD_COMMIT }}
517517 - name : Set up Node
@@ -600,7 +600,7 @@ jobs:
600600
601601 steps :
602602 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
603- uses : actions/checkout@v5
603+ uses : actions/checkout@v4
604604 with :
605605 ref : ${{ env.HEAD_COMMIT }}
606606 - name : Set up Node
@@ -664,7 +664,7 @@ jobs:
664664
665665 steps :
666666 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
667- uses : actions/checkout@v5
667+ uses : actions/checkout@v4
668668 with :
669669 ref : ${{ env.HEAD_COMMIT }}
670670 - name : Set up Node
@@ -712,7 +712,7 @@ jobs:
712712 timeout-minutes : 5
713713 steps :
714714 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
715- uses : actions/checkout@v5
715+ uses : actions/checkout@v4
716716 with :
717717 ref : ${{ env.HEAD_COMMIT }}
718718 - name : Set up Node
@@ -750,7 +750,7 @@ jobs:
750750 typescript : ' 3.8'
751751 steps :
752752 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
753- uses : actions/checkout@v5
753+ uses : actions/checkout@v4
754754 with :
755755 ref : ${{ env.HEAD_COMMIT }}
756756 - name : Set up Node
@@ -786,7 +786,7 @@ jobs:
786786 timeout-minutes : 15
787787 steps :
788788 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
789- uses : actions/checkout@v5
789+ uses : actions/checkout@v4
790790 with :
791791 ref : ${{ env.HEAD_COMMIT }}
792792 - name : Set up Node
@@ -814,7 +814,7 @@ jobs:
814814 node : [18, 20, 22, 24]
815815 steps :
816816 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
817- uses : actions/checkout@v5
817+ uses : actions/checkout@v4
818818 with :
819819 ref : ${{ env.HEAD_COMMIT }}
820820 - name : Set up Node
@@ -861,12 +861,12 @@ jobs:
861861 matrix-optional : ${{ steps.matrix-optional.outputs.matrix }}
862862 steps :
863863 - name : Check out base commit (${{ github.event.pull_request.base.sha }})
864- uses : actions/checkout@v5
864+ uses : actions/checkout@v4
865865 if : github.event_name == 'pull_request'
866866 with :
867867 ref : ${{ github.event.pull_request.base.sha }}
868868 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
869- uses : actions/checkout@v5
869+ uses : actions/checkout@v4
870870 with :
871871 ref : ${{ env.HEAD_COMMIT }}
872872 - name : Set up Node
@@ -931,7 +931,7 @@ jobs:
931931 matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }}
932932 steps :
933933 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
934- uses : actions/checkout@v5
934+ uses : actions/checkout@v4
935935 with :
936936 ref : ${{ env.HEAD_COMMIT }}
937937 - uses : pnpm/action-setup@v4
@@ -1061,7 +1061,7 @@ jobs:
10611061
10621062 steps :
10631063 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
1064- uses : actions/checkout@v5
1064+ uses : actions/checkout@v4
10651065 with :
10661066 ref : ${{ env.HEAD_COMMIT }}
10671067 - uses : pnpm/action-setup@v4
0 commit comments