Skip to content

Commit 5a7ab29

Browse files
Update actions/checkout action to v6
1 parent 9677867 commit 5a7ab29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: macos-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Install Xcode 26.0
1717
run: sudo xcode-select -s /Applications/Xcode_26.0.app
1818
- name: Install swiftlint

0 commit comments

Comments
 (0)