6161 pull-requests : read
6262 steps :
6363 - name : Check out current commit
64- uses : actions/checkout@v3
64+ uses : actions/checkout@v4
6565 with :
6666 ref : ${{ env.HEAD_COMMIT }}
6767 # We need to check out not only the fake merge commit between the PR and the base branch which GH creates, but
@@ -159,7 +159,7 @@ jobs:
159159 (needs.job_get_metadata.outputs.changed_any_code == 'true' || github.event_name != 'pull_request')
160160 steps :
161161 - name : ' Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})'
162- uses : actions/checkout@v3
162+ uses : actions/checkout@v4
163163 with :
164164 ref : ${{ env.HEAD_COMMIT }}
165165 - name : Set up Node
@@ -207,7 +207,7 @@ jobs:
207207 timeout-minutes : 30
208208 steps :
209209 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
210- uses : actions/checkout@v3
210+ uses : actions/checkout@v4
211211 with :
212212 ref : ${{ env.HEAD_COMMIT }}
213213 - name : Set up Node
@@ -265,7 +265,7 @@ jobs:
265265 needs.job_get_metadata.outputs.is_release == 'true'
266266 steps :
267267 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
268- uses : actions/checkout@v3
268+ uses : actions/checkout@v4
269269 with :
270270 ref : ${{ env.HEAD_COMMIT }}
271271 - name : Set up Node
@@ -297,7 +297,7 @@ jobs:
297297 runs-on : ubuntu-20.04
298298 steps :
299299 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
300- uses : actions/checkout@v3
300+ uses : actions/checkout@v4
301301 with :
302302 ref : ${{ env.HEAD_COMMIT }}
303303 - name : Set up Node
@@ -320,7 +320,7 @@ jobs:
320320 runs-on : ubuntu-20.04
321321 steps :
322322 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
323- uses : actions/checkout@v3
323+ uses : actions/checkout@v4
324324 with :
325325 ref : ${{ env.HEAD_COMMIT }}
326326 - name : Set up Node
@@ -342,7 +342,7 @@ jobs:
342342 if : needs.job_get_metadata.outputs.is_release == 'true'
343343 steps :
344344 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
345- uses : actions/checkout@v3
345+ uses : actions/checkout@v4
346346 with :
347347 ref : ${{ env.HEAD_COMMIT }}
348348 - name : Set up Node
@@ -373,7 +373,7 @@ jobs:
373373 runs-on : ubuntu-latest
374374 steps :
375375 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
376- uses : actions/checkout@v3
376+ uses : actions/checkout@v4
377377 with :
378378 ref : ${{ env.HEAD_COMMIT }}
379379 - name : Set up Node
@@ -400,7 +400,7 @@ jobs:
400400 fail-fast : false
401401 steps :
402402 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
403- uses : actions/checkout@v3
403+ uses : actions/checkout@v4
404404 with :
405405 ref : ${{ env.HEAD_COMMIT }}
406406 - name : Set up Node
@@ -430,7 +430,7 @@ jobs:
430430 node : [8, 10, 12, 14, 16, 18, 20]
431431 steps :
432432 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
433- uses : actions/checkout@v3
433+ uses : actions/checkout@v4
434434 with :
435435 ref : ${{ env.HEAD_COMMIT }}
436436 - name : Set up Node
@@ -462,7 +462,7 @@ jobs:
462462 node : [10, 12, 14, 16, 18, 20]
463463 steps :
464464 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
465- uses : actions/checkout@v3
465+ uses : actions/checkout@v4
466466 with :
467467 ref : ${{ env.HEAD_COMMIT }}
468468 - name : Set up Node
@@ -527,7 +527,7 @@ jobs:
527527
528528 steps :
529529 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
530- uses : actions/checkout@v3
530+ uses : actions/checkout@v4
531531 with :
532532 ref : ${{ env.HEAD_COMMIT }}
533533 - name : Set up Node
@@ -584,7 +584,7 @@ jobs:
584584
585585 steps :
586586 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
587- uses : actions/checkout@v3
587+ uses : actions/checkout@v4
588588 with :
589589 ref : ${{ env.HEAD_COMMIT }}
590590 - name : Set up Node
@@ -637,7 +637,7 @@ jobs:
637637 - WebkitHeadless
638638 steps :
639639 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
640- uses : actions/checkout@v3
640+ uses : actions/checkout@v4
641641 with :
642642 ref : ${{ env.HEAD_COMMIT }}
643643 - name : Set up Node
@@ -663,7 +663,7 @@ jobs:
663663 timeout-minutes : 5
664664 steps :
665665 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
666- uses : actions/checkout@v3
666+ uses : actions/checkout@v4
667667 with :
668668 ref : ${{ env.HEAD_COMMIT }}
669669 - name : Set up Node
@@ -703,7 +703,7 @@ jobs:
703703 typescript : ' 3.8'
704704 steps :
705705 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
706- uses : actions/checkout@v3
706+ uses : actions/checkout@v4
707707 with :
708708 ref : ${{ env.HEAD_COMMIT }}
709709 - name : Set up Node
@@ -739,7 +739,7 @@ jobs:
739739 remix : [1, 2]
740740 steps :
741741 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
742- uses : actions/checkout@v3
742+ uses : actions/checkout@v4
743743 with :
744744 ref : ${{ env.HEAD_COMMIT }}
745745 - name : Set up Node
@@ -768,7 +768,7 @@ jobs:
768768 timeout-minutes : 15
769769 steps :
770770 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
771- uses : actions/checkout@v3
771+ uses : actions/checkout@v4
772772 with :
773773 ref : ${{ env.HEAD_COMMIT }}
774774 - name : Set up Node
@@ -840,7 +840,7 @@ jobs:
840840
841841 steps :
842842 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
843- uses : actions/checkout@v3
843+ uses : actions/checkout@v4
844844 with :
845845 ref : ${{ env.HEAD_COMMIT }}
846846 - uses : pnpm/action-setup@v2
@@ -925,7 +925,7 @@ jobs:
925925 needs.job_get_metadata.outputs.is_develop == 'true'
926926 steps :
927927 - name : Check out current commit (${{ needs.job_get_metadata.outputs.commit_label }})
928- uses : actions/checkout@v3
928+ uses : actions/checkout@v4
929929 with :
930930 ref : ${{ env.HEAD_COMMIT }}
931931 - name : Set up Node
0 commit comments