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 5
5
macos-test :
6
6
runs-on : macOS-latest
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@v4
9
9
- name : Install llvm and clang
10
10
run : brew install llvm
11
11
- name : Install stable
@@ -25,15 +25,15 @@ jobs:
25
25
security-audit :
26
26
runs-on : ubuntu-latest
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- uses : rustsec/audit-check@v1.4.1
30
30
with :
31
31
token : ${{ secrets.GITHUB_TOKEN }}
32
32
33
33
ios-build :
34
34
runs-on : macOS-latest
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Install llvm and clang
38
38
run : brew install llvm
39
39
- name : Install stable
53
53
macos-docs :
54
54
runs-on : macOS-latest
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
- name : Install llvm and clang
58
58
run : brew install llvm
59
59
- name : Install stable
73
73
CRATESIO_TOKEN : ${{ secrets.CRATESIO_TOKEN }}
74
74
runs-on : macOS-latest
75
75
steps :
76
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@v4
77
77
- name : Install llvm and clang
78
78
run : brew install llvm
79
79
- name : Install stable
You can’t perform that action at this time.
0 commit comments