Skip to content

Commit e013552

Browse files
Update actions/checkout action to v7 (#7776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ba90c2 commit e013552

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/ci.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
ci_info:
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@v6
53+
- uses: actions/checkout@v7
5454
with:
5555
set-safe-directory: true
5656
# Unlimited history for contributors.tex generation.
@@ -70,7 +70,7 @@ jobs:
7070
image: mdernst/cf-ubuntu-jdk17:latest
7171
timeout-minutes: 70
7272
steps:
73-
- uses: actions/checkout@v6
73+
- uses: actions/checkout@v7
7474
with:
7575
set-safe-directory: true
7676
fetch-depth: 25
@@ -88,7 +88,7 @@ jobs:
8888
image: mdernst/cf-ubuntu-jdk21:latest
8989
timeout-minutes: 70
9090
steps:
91-
- uses: actions/checkout@v6
91+
- uses: actions/checkout@v7
9292
with:
9393
set-safe-directory: true
9494
fetch-depth: 25
@@ -102,7 +102,7 @@ jobs:
102102
image: mdernst/cf-ubuntu-jdk25:latest
103103
timeout-minutes: 70
104104
steps:
105-
- uses: actions/checkout@v6
105+
- uses: actions/checkout@v7
106106
with:
107107
set-safe-directory: true
108108
fetch-depth: 25
@@ -116,7 +116,7 @@ jobs:
116116
image: mdernst/cf-ubuntu-jdk25:latest
117117
timeout-minutes: 70
118118
steps:
119-
- uses: actions/checkout@v6
119+
- uses: actions/checkout@v7
120120
with:
121121
set-safe-directory: true
122122
fetch-depth: 25
@@ -134,7 +134,7 @@ jobs:
134134
image: mdernst/cf-ubuntu-jdk26:latest
135135
timeout-minutes: 70
136136
steps:
137-
- uses: actions/checkout@v6
137+
- uses: actions/checkout@v7
138138
with:
139139
set-safe-directory: true
140140
fetch-depth: 25
@@ -148,7 +148,7 @@ jobs:
148148
container:
149149
image: mdernst/cf-ubuntu-jdk25:latest
150150
steps:
151-
- uses: actions/checkout@v6
151+
- uses: actions/checkout@v7
152152
with:
153153
set-safe-directory: true
154154
fetch-depth: 25
@@ -168,7 +168,7 @@ jobs:
168168
image: mdernst/cf-ubuntu-jdk25:latest
169169
timeout-minutes: 90
170170
steps:
171-
- uses: actions/checkout@v6
171+
- uses: actions/checkout@v7
172172
with:
173173
set-safe-directory: true
174174
fetch-depth: 25
@@ -182,7 +182,7 @@ jobs:
182182
image: mdernst/cf-ubuntu-jdk25:latest
183183
timeout-minutes: 90
184184
steps:
185-
- uses: actions/checkout@v6
185+
- uses: actions/checkout@v7
186186
with:
187187
set-safe-directory: true
188188
fetch-depth: 25
@@ -199,7 +199,7 @@ jobs:
199199
container:
200200
image: mdernst/cf-ubuntu-jdk21-plus:latest
201201
steps:
202-
- uses: actions/checkout@v6
202+
- uses: actions/checkout@v7
203203
with:
204204
set-safe-directory: true
205205
# Unlimited history for contributors.tex generation.
@@ -219,7 +219,7 @@ jobs:
219219
container:
220220
image: mdernst/cf-ubuntu-jdk25-plus:latest
221221
steps:
222-
- uses: actions/checkout@v6
222+
- uses: actions/checkout@v7
223223
with:
224224
set-safe-directory: true
225225
# Unlimited history for contributors.tex generation.
@@ -239,7 +239,7 @@ jobs:
239239
container:
240240
image: mdernst/cf-ubuntu-jdk26-plus:latest
241241
steps:
242-
- uses: actions/checkout@v6
242+
- uses: actions/checkout@v7
243243
with:
244244
set-safe-directory: true
245245
# Unlimited history for contributors.tex generation.
@@ -261,7 +261,7 @@ jobs:
261261
container:
262262
image: mdernst/cf-ubuntu-jdk25:latest
263263
steps:
264-
- uses: actions/checkout@v6
264+
- uses: actions/checkout@v7
265265
with:
266266
set-safe-directory: true
267267
fetch-depth: 0
@@ -274,7 +274,7 @@ jobs:
274274
container:
275275
image: mdernst/cf-ubuntu-jdk25:latest
276276
steps:
277-
- uses: actions/checkout@v6
277+
- uses: actions/checkout@v7
278278
with:
279279
set-safe-directory: true
280280
fetch-depth: 0
@@ -294,7 +294,7 @@ jobs:
294294
image: mdernst/cf-ubuntu-jdk25:latest
295295
timeout-minutes: 70
296296
steps:
297-
- uses: actions/checkout@v6
297+
- uses: actions/checkout@v7
298298
with:
299299
set-safe-directory: true
300300
fetch-depth: 25
@@ -310,7 +310,7 @@ jobs:
310310
container:
311311
image: mdernst/cf-ubuntu-jdk25:latest
312312
steps:
313-
- uses: actions/checkout@v6
313+
- uses: actions/checkout@v7
314314
with:
315315
set-safe-directory: true
316316
fetch-depth: 25

0 commit comments

Comments
 (0)