Skip to content

Commit 4356b92

Browse files
Update actions/checkout action to v5
1 parent a18335f commit 4356b92

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-14
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Change Xcode version
1717
run: sudo xcode-select -s /Applications/Xcode_16.2.app
1818
- name: Install swiftlint

0 commit comments

Comments
 (0)