Skip to content

Commit b645ac5

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 d65527a commit b645ac5

5 files changed

Lines changed: 45 additions & 45 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/proposal_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
RESOLVED_PR_NUMBER: ${{ case(inputs.workflow_test_enabled, '3331', github.event.number) }}
2424
steps:
2525
- name: Checkout swiftlang/swift-evolution-metadata-extractor (main)
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
repository: swiftlang/swift-evolution-metadata-extractor
2929
ref: main

.github/workflows/soundness.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
timeout-minutes: 40
139139
steps:
140140
- name: Checkout repository
141-
uses: actions/checkout@v4
141+
uses: actions/checkout@v7
142142
with:
143143
# This is set to true since swift package diagnose-api-breaking-changes is
144144
# cloning the repo again and without it being set to true this job won't work for
@@ -182,13 +182,13 @@ jobs:
182182
timeout-minutes: 20
183183
steps:
184184
- name: Checkout repository
185-
uses: actions/checkout@v4
185+
uses: actions/checkout@v7
186186
with:
187187
persist-credentials: false
188188
submodules: true
189189
- name: Checkout swiftlang/github-workflows repository
190190
if: ${{ github.repository != 'swiftlang/github-workflows' }}
191-
uses: actions/checkout@v4
191+
uses: actions/checkout@v7
192192
with:
193193
repository: swiftlang/github-workflows
194194
path: github-workflows
@@ -228,13 +228,13 @@ jobs:
228228
timeout-minutes: 20
229229
steps:
230230
- name: Checkout repository
231-
uses: actions/checkout@v4
231+
uses: actions/checkout@v7
232232
with:
233233
persist-credentials: false
234234
submodules: true
235235
- name: Checkout swiftlang/github-workflows repository
236236
if: ${{ github.repository != 'swiftlang/github-workflows' }}
237-
uses: actions/checkout@v4
237+
uses: actions/checkout@v7
238238
with:
239239
repository: swiftlang/github-workflows
240240
path: github-workflows
@@ -278,13 +278,13 @@ jobs:
278278
timeout-minutes: 1
279279
steps:
280280
- name: Checkout repository
281-
uses: actions/checkout@v4
281+
uses: actions/checkout@v7
282282
with:
283283
persist-credentials: false
284284
submodules: true
285285
- name: Checkout swiftlang/github-workflows repository
286286
if: ${{ github.repository != 'swiftlang/github-workflows' }}
287-
uses: actions/checkout@v4
287+
uses: actions/checkout@v7
288288
with:
289289
repository: swiftlang/github-workflows
290290
path: github-workflows
@@ -309,13 +309,13 @@ jobs:
309309
timeout-minutes: 1
310310
steps:
311311
- name: Checkout repository
312-
uses: actions/checkout@v4
312+
uses: actions/checkout@v7
313313
with:
314314
persist-credentials: false
315315
submodules: true
316316
- name: Checkout swiftlang/github-workflows repository
317317
if: ${{ github.repository != 'swiftlang/github-workflows' }}
318-
uses: actions/checkout@v4
318+
uses: actions/checkout@v7
319319
with:
320320
repository: swiftlang/github-workflows
321321
path: github-workflows
@@ -340,13 +340,13 @@ jobs:
340340
timeout-minutes: 1
341341
steps:
342342
- name: Checkout repository
343-
uses: actions/checkout@v4
343+
uses: actions/checkout@v7
344344
with:
345345
persist-credentials: false
346346
submodules: true
347347
- name: Checkout swiftlang/github-workflows repository
348348
if: ${{ github.repository != 'swiftlang/github-workflows' }}
349-
uses: actions/checkout@v4
349+
uses: actions/checkout@v7
350350
with:
351351
repository: swiftlang/github-workflows
352352
path: github-workflows
@@ -372,13 +372,13 @@ jobs:
372372
timeout-minutes: 20
373373
steps:
374374
- name: Checkout repository
375-
uses: actions/checkout@v4
375+
uses: actions/checkout@v7
376376
with:
377377
persist-credentials: false
378378
submodules: true
379379
- name: Checkout swiftlang/github-workflows repository
380380
if: ${{ github.repository != 'swiftlang/github-workflows' }}
381-
uses: actions/checkout@v4
381+
uses: actions/checkout@v7
382382
with:
383383
repository: swiftlang/github-workflows
384384
path: github-workflows
@@ -409,7 +409,7 @@ jobs:
409409
- name: Install git
410410
run: which git || (apt -q update && apt -yq install git)
411411
- name: Checkout repository
412-
uses: actions/checkout@v4
412+
uses: actions/checkout@v7
413413
with:
414414
persist-credentials: false
415415
submodules: true
@@ -428,13 +428,13 @@ jobs:
428428
timeout-minutes: 5
429429
steps:
430430
- name: Checkout repository
431-
uses: actions/checkout@v4
431+
uses: actions/checkout@v7
432432
with:
433433
persist-credentials: false
434434
submodules: true
435435
- name: Checkout swiftlang/github-workflows repository
436436
if: ${{ github.repository != 'swiftlang/github-workflows' }}
437-
uses: actions/checkout@v4
437+
uses: actions/checkout@v7
438438
with:
439439
repository: swiftlang/github-workflows
440440
path: github-workflows
@@ -465,13 +465,13 @@ jobs:
465465
timeout-minutes: 5
466466
steps:
467467
- name: Checkout repository
468-
uses: actions/checkout@v4
468+
uses: actions/checkout@v7
469469
with:
470470
persist-credentials: false
471471
submodules: true
472472
- name: Checkout swiftlang/github-workflows repository
473473
if: ${{ github.repository != 'swiftlang/github-workflows' }}
474-
uses: actions/checkout@v4
474+
uses: actions/checkout@v7
475475
with:
476476
repository: swiftlang/github-workflows
477477
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)