Skip to content

Commit aa52869

Browse files
authored
Merge pull request #2277 from spring-cloud/dependabot/github_actions/main/actions/checkout-7.0.1
2 parents 370519c + 3edaef8 commit aa52869

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/maven.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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

.github/workflows/release-train-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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"

.github/workflows/release-train-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)