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 16
16
check-style :
17
17
runs-on : ubuntu-22.04
18
18
steps :
19
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19
+ - uses : actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
20
20
- name : Report cargo version
21
21
run : cargo --version
22
22
- name : Report rustfmt version
27
27
clippy-lint :
28
28
runs-on : ubuntu-22.04
29
29
steps :
30
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
30
+ - uses : actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
31
31
- name : Report cargo version
32
32
run : cargo --version
33
33
- name : Report Clippy version
47
47
- features : all
48
48
feature_flags : --all-features
49
49
steps :
50
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
50
+ - uses : actions/checkout@de5a000abf73b6f4965bd1bcdf8f8d94a56ea815
51
51
- name : Report cargo version
52
52
run : cargo --version
53
53
- name : Report rustc version
You can’t perform that action at this time.
0 commit comments