File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
destination : OS=15.2,name=Apple TV
28
28
platform : appletv
29
29
steps :
30
- - uses : actions/checkout@v3
30
+ - uses : actions/checkout@v4
31
31
- name : Tests
32
32
run : |
33
33
set -o pipefail
49
49
destination : arch=x86_64
50
50
platform : macos
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
- name : Tests
54
54
run : |
55
55
set -o pipefail
67
67
needs : [test-ios, test-osx]
68
68
runs-on : macos-latest
69
69
steps :
70
- - uses : actions/checkout@v3
70
+ - uses : actions/checkout@v4
71
71
72
72
- name : Install Slather
73
73
run : gem install slather
84
84
needs : coverage
85
85
runs-on : macos-latest
86
86
steps :
87
- - uses : actions/checkout@v3
87
+ - uses : actions/checkout@v4
88
88
89
89
- name : Install Cocoapods
90
90
run : gem install cocoapods
97
97
runs-on : macos-latest
98
98
if : startsWith(github.ref, 'refs/tags')
99
99
steps :
100
- - uses : actions/checkout@v3
100
+ - uses : actions/checkout@v4
101
101
102
102
- name : Install Cocoapods
103
103
run : gem install cocoapods
You can’t perform that action at this time.
0 commit comments