Skip to content

Commit bc1e91f

Browse files
committed
Update CI to use checkout v4
1 parent 93feea1 commit bc1e91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: macos-13
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Create Debug.xcconfig
1717
run: cp ./BuildConfiguration/Debug.template.xcconfig ./BuildConfiguration/Debug.xcconfig
1818
- name: Swiftlint

0 commit comments

Comments
 (0)