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@b4ffde65f46336ab88eb53be808477a3936bae11
17
+ - uses : actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
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@b4ffde65f46336ab88eb53be808477a3936bae11
30
+ - uses : actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
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@b4ffde65f46336ab88eb53be808477a3936bae11
41
+ - uses : actions/checkout@8eb1f6a495037164bea451156472f35fdd6bafc0
42
42
- name : Download CockroachDB
43
43
run : ./tools/ci_download_cockroachdb
44
44
- name : Add CockroachDB to PATH
You can’t perform that action at this time.
0 commit comments