@@ -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,14 +387,14 @@ 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
393393 uses : actions/checkout@v1
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
@@ -471,14 +471,14 @@ 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
477477 uses : actions/checkout@v1
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
@@ -540,14 +540,14 @@ 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
546546 uses : actions/checkout@v1
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
@@ -609,14 +609,14 @@ 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
615615 uses : actions/checkout@v1
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
@@ -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