From 32e4e6151dd50287e88ea85b076d1686ec0b9fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:32:55 +0000 Subject: [PATCH 1/2] 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/swiftlint.yml | 2 +- .github/workflows/xcodebuild.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index e684c78..1f2908a 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -22,7 +22,7 @@ jobs: name: SwiftLint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: norio-nomura/action-swiftlint@3.2.1 with: args: --strict diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index ba403b1..d63693f 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -25,7 +25,7 @@ jobs: - name=Apple TV 4K (3rd generation) runs-on: macos-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Build run: | xcodebuild \ From 75227cf0a67824a0437e9aa897f399515955b0e3 Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Thu, 25 Jun 2026 01:09:30 +0200 Subject: [PATCH 2/2] Bump macOS version --- .github/workflows/xcodebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index d63693f..069f2a7 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -23,7 +23,7 @@ jobs: - platform=macOS,arch=x86_64,variant=Mac Catalyst - name=iPhone 17 - name=Apple TV 4K (3rd generation) - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v7 - name: Build