We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca4cf2 commit 16f665bCopy full SHA for 16f665b
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
xcode: [13.2.1, 13.4.1, '14.0']
20
# Swift: 5.5.2, 5.6, 5.7
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
- name: Select Xcode ${{ matrix.xcode }}
24
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
25
- name: Format lint
0 commit comments