From a58397bd1179a4b54435dc6f0d1e89d53e63c1f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 06:54:42 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/CodeQL.yml | 2 +- .github/workflows/Documentation.yml | 2 +- .github/workflows/Release.yml | 2 +- .github/workflows/ReleaseTests.yml | 2 +- .github/workflows/Tests.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CodeQL.yml b/.github/workflows/CodeQL.yml index ce7b837..995108b 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Select Xcode # Match Tests.yml: pick the highest non-beta Xcode 26.x available. run: | diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 75daece..e2dcaa0 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -28,7 +28,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Always deploy from main. `workflow_run` fires Documentation # in the default branch's context (develop), but main is the diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 43fc179..f4a98a1 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -28,7 +28,7 @@ jobs: BUMP: ${{ inputs.bump || 'patch' }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Narrow remote refspec # Override `remote.origin.fetch` so subsequent `git fetch --tags` # calls (run by fastlane's `git_pull(only_tags: true)` inside diff --git a/.github/workflows/ReleaseTests.yml b/.github/workflows/ReleaseTests.yml index a4827ce..a6d81cb 100644 --- a/.github/workflows/ReleaseTests.yml +++ b/.github/workflows/ReleaseTests.yml @@ -16,7 +16,7 @@ jobs: DANGER_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Select Xcode # Plain Apple tooling, no third-party action. Glob picks the highest # Xcode 26.x.y installed on the runner so a runner-image refresh diff --git a/.github/workflows/Tests.yml b/.github/workflows/Tests.yml index 61b2036..b5a2f74 100644 --- a/.github/workflows/Tests.yml +++ b/.github/workflows/Tests.yml @@ -16,7 +16,7 @@ jobs: DANGER_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Select Xcode # Plain Apple tooling, no third-party action. Glob picks the highest # Xcode 26.x.y installed on the runner so a runner-image refresh @@ -65,7 +65,7 @@ jobs: runs-on: macos-26 steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Select Xcode # Plain Apple tooling, no third-party action. Glob picks the highest # Xcode 26.x.y installed on the runner so a runner-image refresh