File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,22 +13,22 @@ jobs:
13
13
check-style :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
16
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
17
- name : Report rustfmt version
18
18
run : cargo fmt -- --version
19
19
- name : Check style
20
20
run : cargo fmt -- --check
21
21
build-docs :
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
24
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
25
25
- uses : dtolnay/rust-toolchain@1.66
26
26
- name : Test build documentation
27
27
run : cargo doc
28
28
build-and-test :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
31
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32
32
- uses : dtolnay/rust-toolchain@1.66
33
33
- name : Build
34
34
run : cargo build --verbose
42
42
clippy :
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
45
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
46
46
- uses : dtolnay/rust-toolchain@1.66
47
47
- name : Test Libraries
48
48
run : cargo clippy --all-targets
You can’t perform that action at this time.
0 commit comments