7171
7272 steps :
7373 - name : Checkout cli
74- uses : actions/checkout@v6
74+ uses : actions/checkout@v7
7575
7676 - name : Bump version
7777 id : bump-version
@@ -127,10 +127,10 @@ jobs:
127127 run : echo "VERSION_BUILD $VERSION_BUILD"
128128
129129 - name : Checkout cli
130- uses : actions/checkout@v6
130+ uses : actions/checkout@v7
131131
132132 - name : Checkout cli-ci
133- uses : actions/checkout@v6
133+ uses : actions/checkout@v7
134134 with :
135135 repository : cloudfoundry/cli-ci.git
136136 path : cli-ci
@@ -151,7 +151,7 @@ jobs:
151151 go env
152152
153153 - name : Go Assets Cache
154- uses : actions/cache@v5
154+ uses : actions/cache@v6
155155 with :
156156 path : |
157157 ${{ steps.go-cache-paths.outputs.go-mod }}
@@ -396,17 +396,17 @@ jobs:
396396 run : echo "VERSION_BUILD $VERSION_BUILD"
397397
398398 - name : Checkout cli
399- uses : actions/checkout@v6
399+ uses : actions/checkout@v7
400400
401401 - name : Checkout cli-ci
402- uses : actions/checkout@v6
402+ uses : actions/checkout@v7
403403 with :
404404 repository : cloudfoundry/cli-ci.git
405405 path : cli-ci
406406 ref : main
407407
408408 - name : Checkout bomutils
409- uses : actions/checkout@v6
409+ uses : actions/checkout@v7
410410 with :
411411 repository : hogliux/bomutils.git
412412 ref : 0.2
@@ -428,7 +428,7 @@ jobs:
428428 cat "$(brew --repository)/Library/Taps/pivotalsoftware/homebrew-gon/gon.rb" > .github/brew-formulae
429429
430430 - name : Configure Homebrew cache
431- uses : actions/cache@v5
431+ uses : actions/cache@v6
432432 with :
433433 path : |
434434 ~/Library/Caches/Homebrew/gon--*
@@ -448,7 +448,7 @@ jobs:
448448 go env
449449
450450 - name : Go Assets Cache
451- uses : actions/cache@v5
451+ uses : actions/cache@v6
452452 with :
453453 path : |
454454 ${{ steps.go-cache-paths.outputs.go-mod }}
@@ -624,7 +624,7 @@ jobs:
624624 VERSION_MAJOR : ${{ needs.setup.outputs.version-major }}
625625 steps :
626626 - name : Checkout
627- uses : actions/checkout@v6
627+ uses : actions/checkout@v7
628628 with :
629629 fetch-depth : 0
630630 - name : Set up Go
@@ -767,7 +767,7 @@ jobs:
767767 steps :
768768
769769 - name : Checkout cli
770- uses : actions/checkout@v6
770+ uses : actions/checkout@v7
771771
772772 - name : Download signed artifacts
773773 uses : actions/download-artifact@v8
@@ -1014,7 +1014,7 @@ jobs:
10141014 path : ${{ env.ARTIFACTS_DIR }}
10151015
10161016 - name : Checkout CLI
1017- uses : actions/checkout@v6
1017+ uses : actions/checkout@v7
10181018 with :
10191019 path : ${{ env.REPO_DIR }}
10201020
@@ -1054,7 +1054,7 @@ jobs:
10541054 VERSION_BUILD : ${{ needs.setup.outputs.version-build }}
10551055 steps :
10561056 - name : Checkout CLAW
1057- uses : actions/checkout@v6
1057+ uses : actions/checkout@v7
10581058 with :
10591059 repository : cloudfoundry/CLAW
10601060 ref : master
0 commit comments