From 442cf3efcb2146afcd58e0676a65f616d9dac856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:38:18 +0000 Subject: [PATCH 1/2] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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 93c3f9f..e684c78 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@v5 + - uses: actions/checkout@v6 - uses: norio-nomura/action-swiftlint@3.2.1 with: args: --strict diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 596cce5..6772f24 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -25,7 +25,7 @@ jobs: - name=Apple TV runs-on: macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Build run: | xcodebuild \ From 486a6a018d8b6077214ce105e6d9b11a38467e16 Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Sun, 30 Nov 2025 17:05:47 +0100 Subject: [PATCH 2/2] Bump destinations --- .github/workflows/xcodebuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 6772f24..ba403b1 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -21,8 +21,8 @@ jobs: destination: - platform=macOS - platform=macOS,arch=x86_64,variant=Mac Catalyst - - name=iPhone 14 - - name=Apple TV + - name=iPhone 17 + - name=Apple TV 4K (3rd generation) runs-on: macos-latest steps: - uses: actions/checkout@v6