Skip to content

Commit ad8a0ce

Browse files
committed
Fix partial update of checkout action
3.0-preview-update-workflow
1 parent c8fa79f commit ad8a0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: macos-13
1515
environment: default
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Format lint
1919
run: swiftformat --lint .
2020
- name: Lint

0 commit comments

Comments
 (0)