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