File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 # if: github.repository_owner == 'spring-cloud'
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v7
19+ uses : actions/checkout@v7.0.1
2020 with :
2121 ref : docs-build
2222 fetch-depth : 1
Original file line number Diff line number Diff line change 6767 steps :
6868
6969 - name : checkout project
70- uses : actions/checkout@v7
70+ uses : actions/checkout@v7.0.1
7171 with :
7272 ref : ${{ inputs.branch || github.ref }}
7373
@@ -166,7 +166,7 @@ jobs:
166166 steps :
167167
168168 - name : checkout project
169- uses : actions/checkout@v7
169+ uses : actions/checkout@v7.0.1
170170 with :
171171 ref : ${{ inputs.branch || github.ref }}
172172
@@ -224,7 +224,7 @@ jobs:
224224 steps :
225225
226226 - name : checkout project
227- uses : actions/checkout@v7
227+ uses : actions/checkout@v7.0.1
228228 with :
229229 ref : ${{ inputs.branch || github.ref }}
230230
@@ -276,7 +276,7 @@ jobs:
276276 steps :
277277
278278 - name : checkout project
279- uses : actions/checkout@v7
279+ uses : actions/checkout@v7.0.1
280280 with :
281281 ref : ${{ inputs.branch || github.ref }}
282282
@@ -298,7 +298,7 @@ jobs:
298298 steps :
299299
300300 - name : checkout project
301- uses : actions/checkout@v7
301+ uses : actions/checkout@v7.0.1
302302 with :
303303 ref : ${{ inputs.branch || github.ref }}
304304
Original file line number Diff line number Diff line change 4242 java-version : " 17"
4343 - name : " Check Out Code"
4444 id : " check-out-code"
45- uses : " actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 " # v7.0.0
45+ uses : " actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 " # v7.0.1
4646 - name : " Build Release"
4747 id : " build-release"
4848 uses : " ./.github/actions/release-train-build"
Original file line number Diff line number Diff line change 4242 java-version : " 17"
4343 - name : " Check Out Code"
4444 id : " check-out-code"
45- uses : " actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 " # v7.0.0
45+ uses : " actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 " # v7.0.1
4646 - name : " Restore Build System Caches"
4747 id : " restore-build-system-caches"
4848 uses : " actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9" # v6.1.0
You can’t perform that action at this time.
0 commit comments