@@ -449,7 +449,7 @@ jobs:
449449 uses : actions/checkout@v7
450450 if : ${{ matrix.os_version != 'amazonlinux2' }}
451451 - name : Checkout repository
452- uses : actions/checkout@v1
452+ uses : actions/checkout@v7
453453 if : ${{ matrix.os_version == 'amazonlinux2' }}
454454 - name : Checkout swiftlang/github-workflows repository
455455 if : ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
@@ -459,7 +459,7 @@ jobs:
459459 path : github-workflows
460460 - name : Checkout swiftlang/github-workflows repository
461461 if : ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
462- uses : actions/checkout@v1
462+ uses : actions/checkout@v7
463463 with :
464464 repository : swiftlang/github-workflows
465465 path : ${{ github.event.repository.name }}/github-workflows
@@ -533,7 +533,7 @@ jobs:
533533 uses : actions/checkout@v7
534534 if : ${{ matrix.os_version != 'amazonlinux2' }}
535535 - name : Checkout repository
536- uses : actions/checkout@v1
536+ uses : actions/checkout@v7
537537 if : ${{ matrix.os_version == 'amazonlinux2' }}
538538 - name : Checkout swiftlang/github-workflows repository
539539 if : ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
@@ -543,7 +543,7 @@ jobs:
543543 path : github-workflows
544544 - name : Checkout swiftlang/github-workflows repository
545545 if : ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
546- uses : actions/checkout@v1
546+ uses : actions/checkout@v7
547547 with :
548548 repository : swiftlang/github-workflows
549549 path : ${{ github.event.repository.name }}/github-workflows
@@ -602,7 +602,7 @@ jobs:
602602 uses : actions/checkout@v7
603603 if : ${{ matrix.os_version != 'amazonlinux2' }}
604604 - name : Checkout repository
605- uses : actions/checkout@v1
605+ uses : actions/checkout@v7
606606 if : ${{ matrix.os_version == 'amazonlinux2' }}
607607 - name : Checkout swiftlang/github-workflows repository
608608 if : ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
@@ -612,7 +612,7 @@ jobs:
612612 path : github-workflows
613613 - name : Checkout swiftlang/github-workflows repository
614614 if : ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
615- uses : actions/checkout@v1
615+ uses : actions/checkout@v7
616616 with :
617617 repository : swiftlang/github-workflows
618618 path : ${{ github.event.repository.name }}/github-workflows
@@ -671,7 +671,7 @@ jobs:
671671 uses : actions/checkout@v7
672672 if : ${{ matrix.os_version != 'amazonlinux2' }}
673673 - name : Checkout repository
674- uses : actions/checkout@v1
674+ uses : actions/checkout@v7
675675 if : ${{ matrix.os_version == 'amazonlinux2' }}
676676 - name : Checkout swiftlang/github-workflows repository
677677 if : ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
@@ -681,7 +681,7 @@ jobs:
681681 path : github-workflows
682682 - name : Checkout swiftlang/github-workflows repository
683683 if : ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }}
684- uses : actions/checkout@v1
684+ uses : actions/checkout@v7
685685 with :
686686 repository : swiftlang/github-workflows
687687 path : ${{ github.event.repository.name }}/github-workflows
@@ -890,13 +890,13 @@ jobs:
890890 echo "image=$Image" >> "$env:GITHUB_OUTPUT"
891891 - name : " Install Python 3.10"
892892 if : ${{ !inputs.enable_windows_docker && !(matrix.swift_version == '6.1' || matrix.swift_version == '6.0' || matrix.swift_version == '5.10' || matrix.swift_version == '5.9') }}
893- uses : actions/setup-python@v6
893+ uses : actions/setup-python@v7
894894 with :
895895 python-version : " 3.10"
896896 architecture : " x64"
897897 - name : " Install Python 3.9"
898898 if : ${{ !inputs.enable_windows_docker && (matrix.swift_version == '6.1' || matrix.swift_version == '6.0' || matrix.swift_version == '5.10' || matrix.swift_version == '5.9') }}
899- uses : actions/setup-python@v6
899+ uses : actions/setup-python@v7
900900 with :
901901 python-version : " 3.9"
902902 architecture : " x64"
0 commit comments