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 }}
@@ -625,7 +625,7 @@ jobs:
625625 VERSION_MAJOR : ${{ needs.setup.outputs.version-major }}
626626 steps :
627627 - name : Checkout
628- uses : actions/checkout@v6
628+ uses : actions/checkout@v7
629629 with :
630630 fetch-depth : 0
631631 - name : Set up Go
@@ -768,7 +768,7 @@ jobs:
768768 steps :
769769
770770 - name : Checkout cli
771- uses : actions/checkout@v6
771+ uses : actions/checkout@v7
772772
773773 - name : Download signed artifacts
774774 uses : actions/download-artifact@v8
@@ -1019,7 +1019,7 @@ jobs:
10191019 path : ${{ env.ARTIFACTS_DIR }}
10201020
10211021 - name : Checkout CLI
1022- uses : actions/checkout@v6
1022+ uses : actions/checkout@v7
10231023 with :
10241024 path : ${{ env.REPO_DIR }}
10251025
@@ -1059,7 +1059,7 @@ jobs:
10591059 VERSION_BUILD : ${{ needs.setup.outputs.version-build }}
10601060 steps :
10611061 - name : Checkout CLAW
1062- uses : actions/checkout@v6
1062+ uses : actions/checkout@v7
10631063 with :
10641064 repository : cloudfoundry/CLAW
10651065 ref : master
0 commit comments