From 348447e2f752113cae4bc6cbffae503b907ca62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 16:07:02 +0000 Subject: [PATCH] Bump actions/checkout in the github-actions group across 1 directory Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `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](https://github.com/actions/checkout/compare/v1...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/swift_package_test.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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