Skip to content

Commit 326e3c9

Browse files
Bump actions/checkout from 1 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cad6f2b commit 326e3c9

4 files changed

Lines changed: 44 additions & 44 deletions

File tree

.github/workflows/create_automerge_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
pull-requests: write
7070
steps:
7171
- name: Checkout repository
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v7
7373
with:
7474
fetch-depth: 0
7575
- name: Check if there are commits to merge

.github/workflows/performance_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install libjemalloc-dev
3636
run: apt-get update && apt-get install -y libjemalloc-dev
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v7
3939
with:
4040
fetch-depth: 0
4141
- name: Mark the workspace as safe

.github/workflows/soundness.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
timeout-minutes: 40
119119
steps:
120120
- name: Checkout repository
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v7
122122
with:
123123
# This is set to true since swift package diagnose-api-breaking-changes is
124124
# cloning the repo again and without it being set to true this job won't work for
@@ -162,13 +162,13 @@ jobs:
162162
timeout-minutes: 20
163163
steps:
164164
- name: Checkout repository
165-
uses: actions/checkout@v4
165+
uses: actions/checkout@v7
166166
with:
167167
persist-credentials: false
168168
submodules: true
169169
- name: Checkout swiftlang/github-workflows repository
170170
if: ${{ github.repository != 'swiftlang/github-workflows' }}
171-
uses: actions/checkout@v4
171+
uses: actions/checkout@v7
172172
with:
173173
repository: swiftlang/github-workflows
174174
path: github-workflows
@@ -197,13 +197,13 @@ jobs:
197197
timeout-minutes: 20
198198
steps:
199199
- name: Checkout repository
200-
uses: actions/checkout@v4
200+
uses: actions/checkout@v7
201201
with:
202202
persist-credentials: false
203203
submodules: true
204204
- name: Checkout swiftlang/github-workflows repository
205205
if: ${{ github.repository != 'swiftlang/github-workflows' }}
206-
uses: actions/checkout@v4
206+
uses: actions/checkout@v7
207207
with:
208208
repository: swiftlang/github-workflows
209209
path: github-workflows
@@ -236,13 +236,13 @@ jobs:
236236
timeout-minutes: 1
237237
steps:
238238
- name: Checkout repository
239-
uses: actions/checkout@v4
239+
uses: actions/checkout@v7
240240
with:
241241
persist-credentials: false
242242
submodules: true
243243
- name: Checkout swiftlang/github-workflows repository
244244
if: ${{ github.repository != 'swiftlang/github-workflows' }}
245-
uses: actions/checkout@v4
245+
uses: actions/checkout@v7
246246
with:
247247
repository: swiftlang/github-workflows
248248
path: github-workflows
@@ -267,13 +267,13 @@ jobs:
267267
timeout-minutes: 1
268268
steps:
269269
- name: Checkout repository
270-
uses: actions/checkout@v4
270+
uses: actions/checkout@v7
271271
with:
272272
persist-credentials: false
273273
submodules: true
274274
- name: Checkout swiftlang/github-workflows repository
275275
if: ${{ github.repository != 'swiftlang/github-workflows' }}
276-
uses: actions/checkout@v4
276+
uses: actions/checkout@v7
277277
with:
278278
repository: swiftlang/github-workflows
279279
path: github-workflows
@@ -298,13 +298,13 @@ jobs:
298298
timeout-minutes: 1
299299
steps:
300300
- name: Checkout repository
301-
uses: actions/checkout@v4
301+
uses: actions/checkout@v7
302302
with:
303303
persist-credentials: false
304304
submodules: true
305305
- name: Checkout swiftlang/github-workflows repository
306306
if: ${{ github.repository != 'swiftlang/github-workflows' }}
307-
uses: actions/checkout@v4
307+
uses: actions/checkout@v7
308308
with:
309309
repository: swiftlang/github-workflows
310310
path: github-workflows
@@ -330,13 +330,13 @@ jobs:
330330
timeout-minutes: 20
331331
steps:
332332
- name: Checkout repository
333-
uses: actions/checkout@v4
333+
uses: actions/checkout@v7
334334
with:
335335
persist-credentials: false
336336
submodules: true
337337
- name: Checkout swiftlang/github-workflows repository
338338
if: ${{ github.repository != 'swiftlang/github-workflows' }}
339-
uses: actions/checkout@v4
339+
uses: actions/checkout@v7
340340
with:
341341
repository: swiftlang/github-workflows
342342
path: github-workflows
@@ -367,7 +367,7 @@ jobs:
367367
- name: Install git
368368
run: which git || (apt -q update && apt -yq install git)
369369
- name: Checkout repository
370-
uses: actions/checkout@v4
370+
uses: actions/checkout@v7
371371
with:
372372
persist-credentials: false
373373
submodules: true
@@ -386,13 +386,13 @@ jobs:
386386
timeout-minutes: 5
387387
steps:
388388
- name: Checkout repository
389-
uses: actions/checkout@v4
389+
uses: actions/checkout@v7
390390
with:
391391
persist-credentials: false
392392
submodules: true
393393
- name: Checkout swiftlang/github-workflows repository
394394
if: ${{ github.repository != 'swiftlang/github-workflows' }}
395-
uses: actions/checkout@v4
395+
uses: actions/checkout@v7
396396
with:
397397
repository: swiftlang/github-workflows
398398
path: github-workflows
@@ -423,13 +423,13 @@ jobs:
423423
timeout-minutes: 5
424424
steps:
425425
- name: Checkout repository
426-
uses: actions/checkout@v4
426+
uses: actions/checkout@v7
427427
with:
428428
persist-credentials: false
429429
submodules: true
430430
- name: Checkout swiftlang/github-workflows repository
431431
if: ${{ github.repository != 'swiftlang/github-workflows' }}
432-
uses: actions/checkout@v4
432+
uses: actions/checkout@v7
433433
with:
434434
repository: swiftlang/github-workflows
435435
path: github-workflows

.github/workflows/swift_package_test.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
- ${{ fromJson(inputs.macos_exclude_xcode_versions) }}
286286
steps:
287287
- name: Checkout repository
288-
uses: actions/checkout@v4
288+
uses: actions/checkout@v7
289289
- name: Provide token
290290
if: ${{ inputs.needs_token }}
291291
run: |
@@ -327,7 +327,7 @@ jobs:
327327
- ${{ fromJson(inputs.ios_host_exclude_xcode_versions || inputs.macos_exclude_xcode_versions) }}
328328
steps:
329329
- name: Checkout repository
330-
uses: actions/checkout@v4
330+
uses: actions/checkout@v7
331331
- name: Provide token
332332
if: ${{ inputs.needs_token }}
333333
run: |
@@ -387,20 +387,20 @@ jobs:
387387
- name: Clang version
388388
run: clang --version
389389
- name: Checkout repository
390-
uses: actions/checkout@v4
390+
uses: actions/checkout@v7
391391
if: ${{ matrix.os_version != 'amazonlinux2' }}
392392
- name: Checkout repository
393-
uses: actions/checkout@v1
393+
uses: actions/checkout@v7
394394
if: ${{ matrix.os_version == 'amazonlinux2' }}
395395
- name: Checkout swiftlang/github-workflows repository
396396
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
397-
uses: actions/checkout@v4
397+
uses: actions/checkout@v7
398398
with:
399399
repository: swiftlang/github-workflows
400400
path: github-workflows
401401
- name: Checkout swiftlang/github-workflows repository
402402
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
403-
uses: actions/checkout@v1
403+
uses: actions/checkout@v7
404404
with:
405405
repository: swiftlang/github-workflows
406406
path: ${{ github.event.repository.name }}/github-workflows
@@ -471,20 +471,20 @@ jobs:
471471
- name: Clang version
472472
run: clang --version
473473
- name: Checkout repository
474-
uses: actions/checkout@v4
474+
uses: actions/checkout@v7
475475
if: ${{ matrix.os_version != 'amazonlinux2' }}
476476
- name: Checkout repository
477-
uses: actions/checkout@v1
477+
uses: actions/checkout@v7
478478
if: ${{ matrix.os_version == 'amazonlinux2' }}
479479
- name: Checkout swiftlang/github-workflows repository
480480
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
481-
uses: actions/checkout@v4
481+
uses: actions/checkout@v7
482482
with:
483483
repository: swiftlang/github-workflows
484484
path: github-workflows
485485
- name: Checkout swiftlang/github-workflows repository
486486
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
487-
uses: actions/checkout@v1
487+
uses: actions/checkout@v7
488488
with:
489489
repository: swiftlang/github-workflows
490490
path: ${{ github.event.repository.name }}/github-workflows
@@ -540,20 +540,20 @@ jobs:
540540
- name: Clang version
541541
run: clang --version
542542
- name: Checkout repository
543-
uses: actions/checkout@v4
543+
uses: actions/checkout@v7
544544
if: ${{ matrix.os_version != 'amazonlinux2' }}
545545
- name: Checkout repository
546-
uses: actions/checkout@v1
546+
uses: actions/checkout@v7
547547
if: ${{ matrix.os_version == 'amazonlinux2' }}
548548
- name: Checkout swiftlang/github-workflows repository
549549
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
550-
uses: actions/checkout@v4
550+
uses: actions/checkout@v7
551551
with:
552552
repository: swiftlang/github-workflows
553553
path: github-workflows
554554
- name: Checkout swiftlang/github-workflows repository
555555
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
556-
uses: actions/checkout@v1
556+
uses: actions/checkout@v7
557557
with:
558558
repository: swiftlang/github-workflows
559559
path: ${{ github.event.repository.name }}/github-workflows
@@ -609,20 +609,20 @@ jobs:
609609
- name: Clang version
610610
run: clang --version
611611
- name: Checkout repository
612-
uses: actions/checkout@v4
612+
uses: actions/checkout@v7
613613
if: ${{ matrix.os_version != 'amazonlinux2' }}
614614
- name: Checkout repository
615-
uses: actions/checkout@v1
615+
uses: actions/checkout@v7
616616
if: ${{ matrix.os_version == 'amazonlinux2' }}
617617
- name: Checkout swiftlang/github-workflows repository
618618
if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
619-
uses: actions/checkout@v4
619+
uses: actions/checkout@v7
620620
with:
621621
repository: swiftlang/github-workflows
622622
path: github-workflows
623623
- name: Checkout swiftlang/github-workflows repository
624624
if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
625-
uses: actions/checkout@v1
625+
uses: actions/checkout@v7
626626
with:
627627
repository: swiftlang/github-workflows
628628
path: ${{ github.event.repository.name }}/github-workflows
@@ -679,9 +679,9 @@ jobs:
679679
sudo rm /usr/local/lib/libsourcekitdInProc.so
680680
sudo rm -r /usr/share/swift
681681
- name: Checkout repository
682-
uses: actions/checkout@v4
682+
uses: actions/checkout@v7
683683
- name: Checkout swiftlang/github-workflows repository
684-
uses: actions/checkout@v4
684+
uses: actions/checkout@v7
685685
with:
686686
repository: swiftlang/github-workflows
687687
path: github-workflows
@@ -750,10 +750,10 @@ jobs:
750750
- ${{ fromJson(inputs.windows_exclude_swift_versions) }}
751751
steps:
752752
- name: Checkout repository
753-
uses: actions/checkout@v4
753+
uses: actions/checkout@v7
754754
- name: Checkout swiftlang/github-workflows repository
755755
if: ${{ github.repository != 'swiftlang/github-workflows' }}
756-
uses: actions/checkout@v4
756+
uses: actions/checkout@v7
757757
with:
758758
repository: swiftlang/github-workflows
759759
path: github-workflows
@@ -924,10 +924,10 @@ jobs:
924924
runner: ubuntu-24.04
925925
steps:
926926
- name: Checkout repository
927-
uses: actions/checkout@v6
927+
uses: actions/checkout@v7
928928
- name: Checkout swiftlang/github-workflows repository
929929
if: ${{ github.repository != 'swiftlang/github-workflows' }}
930-
uses: actions/checkout@v6
930+
uses: actions/checkout@v7
931931
with:
932932
repository: swiftlang/github-workflows
933933
path: github-workflows

0 commit comments

Comments
 (0)