6969 build_number : ${{ steps.build_number.outputs.build_number }}
7070 steps :
7171 - name : Checkout
72- uses : actions/checkout@v3
72+ uses : actions/checkout@v4
7373 with :
7474 # if the following value is missing (i.e. not triggered via comment workflow)
7575 # then the default checkout will apply
@@ -253,7 +253,7 @@ jobs:
253253 VERSION_MAJOR : ${{ needs.build.outputs.version_major }}
254254 steps :
255255 - name : Checkout
256- uses : actions/checkout@v3
256+ uses : actions/checkout@v4
257257 with :
258258 # if the following value is missing (i.e. not triggered via comment workflow)
259259 # then the default checkout will apply
@@ -348,7 +348,7 @@ jobs:
348348 if : ${{ needs.build.outputs.image_push_option == 'filter' }}
349349 steps :
350350 - name : Checkout
351- uses : actions/checkout@v3
351+ uses : actions/checkout@v4
352352 with :
353353 persist-credentials : false
354354 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -427,7 +427,7 @@ jobs:
427427 needs : build
428428 steps :
429429 - name : Checkout
430- uses : actions/checkout@v3
430+ uses : actions/checkout@v4
431431 with :
432432 persist-credentials : false
433433 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -465,7 +465,7 @@ jobs:
465465 needs : build
466466 steps :
467467 - name : Checkout
468- uses : actions/checkout@v3
468+ uses : actions/checkout@v4
469469 with :
470470 persist-credentials : false
471471 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -504,7 +504,7 @@ jobs:
504504 needs : build
505505 steps :
506506 - name : Checkout
507- uses : actions/checkout@v3
507+ uses : actions/checkout@v4
508508 with :
509509 persist-credentials : false
510510 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -549,7 +549,7 @@ jobs:
549549 needs : build
550550 steps :
551551 - name : Checkout
552- uses : actions/checkout@v3
552+ uses : actions/checkout@v4
553553 with :
554554 persist-credentials : false
555555 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -602,7 +602,7 @@ jobs:
602602 needs : build
603603 steps :
604604 - name : Checkout
605- uses : actions/checkout@v3
605+ uses : actions/checkout@v4
606606 with :
607607 persist-credentials : false
608608 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -647,7 +647,7 @@ jobs:
647647 needs : build
648648 steps :
649649 - name : Checkout
650- uses : actions/checkout@v3
650+ uses : actions/checkout@v4
651651 with :
652652 persist-credentials : false
653653 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -692,7 +692,7 @@ jobs:
692692 needs : build
693693 steps :
694694 - name : Checkout
695- uses : actions/checkout@v3
695+ uses : actions/checkout@v4
696696 with :
697697 persist-credentials : false
698698 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -737,7 +737,7 @@ jobs:
737737 needs : build
738738 steps :
739739 - name : Checkout
740- uses : actions/checkout@v3
740+ uses : actions/checkout@v4
741741 with :
742742 persist-credentials : false
743743 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -782,7 +782,7 @@ jobs:
782782 needs : build
783783 steps :
784784 - name : Checkout
785- uses : actions/checkout@v3
785+ uses : actions/checkout@v4
786786 with :
787787 persist-credentials : false
788788 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -827,7 +827,7 @@ jobs:
827827 needs : build
828828 steps :
829829 - name : Checkout
830- uses : actions/checkout@v3
830+ uses : actions/checkout@v4
831831 with :
832832 persist-credentials : false
833833 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -879,7 +879,7 @@ jobs:
879879 needs : build
880880 steps :
881881 - name : Checkout
882- uses : actions/checkout@v3
882+ uses : actions/checkout@v4
883883 with :
884884 persist-credentials : false
885885 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -924,7 +924,7 @@ jobs:
924924 needs : build
925925 steps :
926926 - name : Checkout
927- uses : actions/checkout@v3
927+ uses : actions/checkout@v4
928928 with :
929929 persist-credentials : false
930930 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -951,7 +951,7 @@ jobs:
951951 needs : build
952952 steps :
953953 - name : Checkout
954- uses : actions/checkout@v3
954+ uses : actions/checkout@v4
955955 with :
956956 persist-credentials : false
957957 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -1015,7 +1015,7 @@ jobs:
10151015 if : ${{ needs.build.outputs.image_push_option == 'filter' }}
10161016 steps :
10171017 - name : Checkout
1018- uses : actions/checkout@v3
1018+ uses : actions/checkout@v4
10191019 with :
10201020 persist-credentials : false
10211021 # if the following value is missing (i.e. not triggered via comment workflow)
@@ -1108,7 +1108,7 @@ jobs:
11081108 needs : build
11091109 steps :
11101110 - name : Checkout
1111- uses : actions/checkout@v3
1111+ uses : actions/checkout@v4
11121112 with :
11131113 persist-credentials : false
11141114 # if the following value is missing (i.e. not triggered via comment workflow)
0 commit comments