Skip to content

Commit fab6049

Browse files
Merge pull request #14 from FelixHerrmann/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 9ee314b + 486a6a0 commit fab6049

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: SwiftLint
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: norio-nomura/action-swiftlint@3.2.1
2727
with:
2828
args: --strict

.github/workflows/xcodebuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
destination:
2222
- platform=macOS
2323
- platform=macOS,arch=x86_64,variant=Mac Catalyst
24-
- name=iPhone 14
25-
- name=Apple TV
24+
- name=iPhone 17
25+
- name=Apple TV 4K (3rd generation)
2626
runs-on: macos-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Build
3030
run: |
3131
xcodebuild \

0 commit comments

Comments
 (0)