File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
macos-test :
6
6
runs-on : macOS-latest
7
7
steps :
8
- - uses : actions/checkout@v2
8
+ - uses : actions/checkout@v3
9
9
- name : Install llvm and clang
10
10
run : brew install llvm
11
11
- name : Install stable
25
25
ios-build :
26
26
runs-on : macOS-latest
27
27
steps :
28
- - uses : actions/checkout@v2
28
+ - uses : actions/checkout@v3
29
29
- name : Install llvm and clang
30
30
run : brew install llvm
31
31
- name : Install stable
45
45
macos-docs :
46
46
runs-on : macOS-latest
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
- name : Install llvm and clang
50
50
run : brew install llvm
51
51
- name : Install stable
65
65
CRATESIO_TOKEN : ${{ secrets.CRATESIO_TOKEN }}
66
66
runs-on : macOS-latest
67
67
steps :
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
- name : Install llvm and clang
70
70
run : brew install llvm
71
71
- name : Install stable
You can’t perform that action at this time.
0 commit comments