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 55 macos-test :
66 runs-on : macOS-latest
77 steps :
8- - uses : actions/checkout@v2
8+ - uses : actions/checkout@v3
99 - name : Install llvm and clang
1010 run : brew install llvm
1111 - name : Install stable
2525 ios-build :
2626 runs-on : macOS-latest
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 - name : Install llvm and clang
3030 run : brew install llvm
3131 - name : Install stable
4545 macos-docs :
4646 runs-on : macOS-latest
4747 steps :
48- - uses : actions/checkout@v2
48+ - uses : actions/checkout@v3
4949 - name : Install llvm and clang
5050 run : brew install llvm
5151 - name : Install stable
6565 CRATESIO_TOKEN : ${{ secrets.CRATESIO_TOKEN }}
6666 runs-on : macOS-latest
6767 steps :
68- - uses : actions/checkout@v2
68+ - uses : actions/checkout@v3
6969 - name : Install llvm and clang
7070 run : brew install llvm
7171 - name : Install stable
You can’t perform that action at this time.
0 commit comments