File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
image : swift:5.3
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
- run : swift test --enable-test-discovery --enable-code-coverage
13
13
-
uses :
mattpolzin/[email protected]
14
14
with :
Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ jobs:
21
21
container : ${{ matrix.image }}
22
22
steps :
23
23
- name : Checkout code
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v3
25
25
- name : Run tests
26
26
run : swift test --enable-test-discovery
27
27
osx :
28
28
runs-on : macOS-latest
29
29
steps :
30
30
- name : Select latest available Xcode
31
- uses : maxim-lobanov/setup-xcode@v1.2.1
31
+ uses : maxim-lobanov/setup-xcode@v1
32
32
with : { 'xcode-version': 'latest' }
33
33
- name : Checkout code
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
- name : Run tests
36
36
run : swift test --enable-test-discovery
You can’t perform that action at this time.
0 commit comments