diff --git a/.github/workflows/swift_package_test.yml b/.github/workflows/swift_package_test.yml index 950b6c0c..33626505 100644 --- a/.github/workflows/swift_package_test.yml +++ b/.github/workflows/swift_package_test.yml @@ -449,7 +449,7 @@ jobs: uses: actions/checkout@v7 if: ${{ matrix.os_version != 'amazonlinux2' }} - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v7 if: ${{ matrix.os_version == 'amazonlinux2' }} - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} @@ -459,7 +459,7 @@ jobs: path: github-workflows - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} - uses: actions/checkout@v1 + uses: actions/checkout@v7 with: repository: swiftlang/github-workflows path: ${{ github.event.repository.name }}/github-workflows @@ -533,7 +533,7 @@ jobs: uses: actions/checkout@v7 if: ${{ matrix.os_version != 'amazonlinux2' }} - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v7 if: ${{ matrix.os_version == 'amazonlinux2' }} - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} @@ -543,7 +543,7 @@ jobs: path: github-workflows - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} - uses: actions/checkout@v1 + uses: actions/checkout@v7 with: repository: swiftlang/github-workflows path: ${{ github.event.repository.name }}/github-workflows @@ -602,7 +602,7 @@ jobs: uses: actions/checkout@v7 if: ${{ matrix.os_version != 'amazonlinux2' }} - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v7 if: ${{ matrix.os_version == 'amazonlinux2' }} - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} @@ -612,7 +612,7 @@ jobs: path: github-workflows - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} - uses: actions/checkout@v1 + uses: actions/checkout@v7 with: repository: swiftlang/github-workflows path: ${{ github.event.repository.name }}/github-workflows @@ -671,7 +671,7 @@ jobs: uses: actions/checkout@v7 if: ${{ matrix.os_version != 'amazonlinux2' }} - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v7 if: ${{ matrix.os_version == 'amazonlinux2' }} - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version != 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} @@ -681,7 +681,7 @@ jobs: path: github-workflows - name: Checkout swiftlang/github-workflows repository if: ${{ matrix.os_version == 'amazonlinux2' && github.repository != 'swiftlang/github-workflows' }} - uses: actions/checkout@v1 + uses: actions/checkout@v7 with: repository: swiftlang/github-workflows path: ${{ github.event.repository.name }}/github-workflows