Skip to content

Commit f1e359d

Browse files
Merge pull request #15 from FelixHerrmann/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents fab6049 + 75227cf commit f1e359d

2 files changed

Lines changed: 3 additions & 3 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@v6
25+
- uses: actions/checkout@v7
2626
- uses: norio-nomura/action-swiftlint@3.2.1
2727
with:
2828
args: --strict

.github/workflows/xcodebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- platform=macOS,arch=x86_64,variant=Mac Catalyst
2424
- name=iPhone 17
2525
- name=Apple TV 4K (3rd generation)
26-
runs-on: macos-latest
26+
runs-on: macos-26
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
- name: Build
3030
run: |
3131
xcodebuild \

0 commit comments

Comments
 (0)