From d700b6a3daac3d17e432d0d97378da661ab36a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:52:29 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.2 to 7.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0. - [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/v6.0.2...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/apple-tests.yml | 2 +- .github/workflows/coverage-upload.yml | 2 +- .github/workflows/no-breaking-changes.yml | 2 +- .github/workflows/third-party-tests.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apple-tests.yml b/.github/workflows/apple-tests.yml index acc1f55..100c5ee 100644 --- a/.github/workflows/apple-tests.yml +++ b/.github/workflows/apple-tests.yml @@ -31,7 +31,7 @@ jobs: runs-on: ${{ inputs.platform }} steps: - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: 🍺 Homebrew Dependencies run: | diff --git a/.github/workflows/coverage-upload.yml b/.github/workflows/coverage-upload.yml index 60bb173..0e3d87d 100644 --- a/.github/workflows/coverage-upload.yml +++ b/.github/workflows/coverage-upload.yml @@ -17,7 +17,7 @@ jobs: runs-on: ${{ inputs.platform }} steps: - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: 📥 Download All Artifacts uses: actions/download-artifact@v7.0.0 diff --git a/.github/workflows/no-breaking-changes.yml b/.github/workflows/no-breaking-changes.yml index 77038e0..5ed5688 100644 --- a/.github/workflows/no-breaking-changes.yml +++ b/.github/workflows/no-breaking-changes.yml @@ -23,7 +23,7 @@ jobs: swift-version: ${{ inputs.swift-version }} - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/third-party-tests.yml b/.github/workflows/third-party-tests.yml index e8efbb3..b60e7ec 100644 --- a/.github/workflows/third-party-tests.yml +++ b/.github/workflows/third-party-tests.yml @@ -29,7 +29,7 @@ jobs: swift-version: ${{ inputs.swift-version }} - name: ⬇️ Get Sources - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v7.0.0 - name: ⚒️ Test Package run: swift test --enable-code-coverage