File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
# actions/checkout@v2
17
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
17
+ - uses : actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
18
18
- uses : actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746
19
19
with :
20
20
toolchain : stable
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
# actions/checkout@v2
30
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
30
+ - uses : actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
31
31
- name : Cargo check
32
32
run : cargo check --no-default-features
33
33
38
38
os : [ ubuntu-latest, macos-12 ]
39
39
steps :
40
40
# actions/checkout@v2
41
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
41
+ - uses : actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
42
42
- name : Build
43
43
run : cargo build --tests --verbose
44
44
- name : Run tests
You can’t perform that action at this time.
0 commit comments