7171      pull-requests : read 
7272    steps :
7373      - name : Check out current commit 
74-         uses : actions/checkout@v4  
74+         uses : actions/checkout@v5  
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') 
132132steps :
133133      - name : Check out base commit (${{ github.event.pull_request.base.sha }}) 
134-         uses : actions/checkout@v4  
134+         uses : actions/checkout@v5  
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@v4  
140+         uses : actions/checkout@v5  
141141        with :
142142          ref : ${{ env.HEAD_COMMIT }} 
143143
@@ -235,7 +235,7 @@ jobs:
235235      needs.job_get_metadata.outputs.is_release == 'true' 
236236    steps :
237237      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
238-         uses : actions/checkout@v4  
238+         uses : actions/checkout@v5  
239239        with :
240240          ref : ${{ env.HEAD_COMMIT }} 
241241      - name : Set up Node 
@@ -262,7 +262,7 @@ jobs:
262262    runs-on : ubuntu-24.04 
263263    steps :
264264      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
265-         uses : actions/checkout@v4  
265+         uses : actions/checkout@v5  
266266        with :
267267          ref : ${{ env.HEAD_COMMIT }} 
268268      - name : Set up Node 
@@ -288,7 +288,7 @@ jobs:
288288    runs-on : ubuntu-24.04 
289289    steps :
290290      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
291-         uses : actions/checkout@v4  
291+         uses : actions/checkout@v5  
292292        with :
293293          ref : ${{ env.HEAD_COMMIT }} 
294294
@@ -311,7 +311,7 @@ jobs:
311311    runs-on : ubuntu-24.04 
312312    steps :
313313      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
314-         uses : actions/checkout@v4  
314+         uses : actions/checkout@v5  
315315        with :
316316          ref : ${{ env.HEAD_COMMIT }} 
317317      - name : Set up Node 
@@ -333,7 +333,7 @@ jobs:
333333    if : needs.job_get_metadata.outputs.is_release == 'true' 
334334    steps :
335335      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
336-         uses : actions/checkout@v4  
336+         uses : actions/checkout@v5  
337337        with :
338338          ref : ${{ env.HEAD_COMMIT }} 
339339      - name : Set up Node 
@@ -368,13 +368,13 @@ jobs:
368368    runs-on : ubuntu-24.04 
369369    steps :
370370      - name : Check out base commit (${{ github.event.pull_request.base.sha }}) 
371-         uses : actions/checkout@v4  
371+         uses : actions/checkout@v5  
372372        if : github.event_name == 'pull_request' 
373373        with :
374374          ref : ${{ github.event.pull_request.base.sha }} 
375375
376376      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
377-         uses : actions/checkout@v4  
377+         uses : actions/checkout@v5  
378378        with :
379379          ref : ${{ env.HEAD_COMMIT }} 
380380      - name : Set up Node 
@@ -415,7 +415,7 @@ jobs:
415415    runs-on : ubuntu-24.04 
416416    steps :
417417      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
418-         uses : actions/checkout@v4  
418+         uses : actions/checkout@v5  
419419        with :
420420          ref : ${{ env.HEAD_COMMIT }} 
421421      - name : Set up Node 
@@ -440,7 +440,7 @@ jobs:
440440    runs-on : ubuntu-24.04 
441441    steps :
442442      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
443-         uses : actions/checkout@v4  
443+         uses : actions/checkout@v5  
444444        with :
445445          ref : ${{ env.HEAD_COMMIT }} 
446446      - name : Set up Node 
@@ -472,12 +472,12 @@ jobs:
472472        node : [18, 20, 22, 24] 
473473    steps :
474474      - name : Check out base commit (${{ github.event.pull_request.base.sha }}) 
475-         uses : actions/checkout@v4  
475+         uses : actions/checkout@v5  
476476        if : github.event_name == 'pull_request' 
477477        with :
478478          ref : ${{ github.event.pull_request.base.sha }} 
479479      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
480-         uses : actions/checkout@v4  
480+         uses : actions/checkout@v5  
481481        with :
482482          ref : ${{ env.HEAD_COMMIT }} 
483483      - name : Set up Node 
@@ -566,7 +566,7 @@ jobs:
566566
567567    steps :
568568      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
569-         uses : actions/checkout@v4  
569+         uses : actions/checkout@v5  
570570        with :
571571          ref : ${{ env.HEAD_COMMIT }} 
572572      - name : Set up Node 
@@ -630,7 +630,7 @@ jobs:
630630
631631    steps :
632632      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
633-         uses : actions/checkout@v4  
633+         uses : actions/checkout@v5  
634634        with :
635635          ref : ${{ env.HEAD_COMMIT }} 
636636      - name : Set up Node 
@@ -678,7 +678,7 @@ jobs:
678678    timeout-minutes : 5 
679679    steps :
680680      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
681-         uses : actions/checkout@v4  
681+         uses : actions/checkout@v5  
682682        with :
683683          ref : ${{ env.HEAD_COMMIT }} 
684684      - name : Set up Node 
@@ -716,7 +716,7 @@ jobs:
716716            typescript : ' 3.8' 
717717    steps :
718718      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
719-         uses : actions/checkout@v4  
719+         uses : actions/checkout@v5  
720720        with :
721721          ref : ${{ env.HEAD_COMMIT }} 
722722      - name : Set up Node 
@@ -752,7 +752,7 @@ jobs:
752752    timeout-minutes : 15 
753753    steps :
754754      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
755-         uses : actions/checkout@v4  
755+         uses : actions/checkout@v5  
756756        with :
757757          ref : ${{ env.HEAD_COMMIT }} 
758758      - name : Set up Node 
@@ -780,7 +780,7 @@ jobs:
780780        node : [18, 20, 22, 24] 
781781    steps :
782782      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
783-         uses : actions/checkout@v4  
783+         uses : actions/checkout@v5  
784784        with :
785785          ref : ${{ env.HEAD_COMMIT }} 
786786      - name : Set up Node 
@@ -827,12 +827,12 @@ jobs:
827827      matrix-optional : ${{ steps.matrix-optional.outputs.matrix }} 
828828    steps :
829829      - name : Check out base commit (${{ github.event.pull_request.base.sha }}) 
830-         uses : actions/checkout@v4  
830+         uses : actions/checkout@v5  
831831        if : github.event_name == 'pull_request' 
832832        with :
833833          ref : ${{ github.event.pull_request.base.sha }} 
834834      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
835-         uses : actions/checkout@v4  
835+         uses : actions/checkout@v5  
836836        with :
837837          ref : ${{ env.HEAD_COMMIT }} 
838838      - name : Set up Node 
@@ -897,7 +897,7 @@ jobs:
897897      matrix : ${{ fromJson(needs.job_e2e_prepare.outputs.matrix) }} 
898898    steps :
899899      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
900-         uses : actions/checkout@v4  
900+         uses : actions/checkout@v5  
901901        with :
902902          ref : ${{ env.HEAD_COMMIT }} 
903903      - uses : pnpm/action-setup@v4 
@@ -1027,7 +1027,7 @@ jobs:
10271027
10281028    steps :
10291029      - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }}) 
1030-         uses : actions/checkout@v4  
1030+         uses : actions/checkout@v5  
10311031        with :
10321032          ref : ${{ env.HEAD_COMMIT }} 
10331033      - uses : pnpm/action-setup@v4 
0 commit comments