Skip to content

Commit 16f665b

Browse files
committed
Update actions/checkout to v3
bug/ci-fails-from-error-in-lcov-generation
1 parent 7ca4cf2 commit 16f665b

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
@@ -19,7 +19,7 @@ jobs:
1919
xcode: [13.2.1, 13.4.1, '14.0']
2020
# Swift: 5.5.2, 5.6, 5.7
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- name: Select Xcode ${{ matrix.xcode }}
2424
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2525
- name: Format lint

0 commit comments

Comments
 (0)