File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : dtolnay/rust-toolchain@stable
21
21
with :
22
22
components : rustfmt, clippy
23
- - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
23
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
24
24
- name : Lint (clippy)
25
25
run : cargo clippy --all-features --all-targets
26
26
- name : Lint (rustfmt)
48
48
- uses : dtolnay/rust-toolchain@stable
49
49
with :
50
50
components : rustfmt, clippy
51
- - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
51
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
52
52
- name : Build rustdoc
53
53
run : cargo doc --all-features
54
54
67
67
- uses : dtolnay/rust-toolchain@master
68
68
with :
69
69
toolchain : ${{ matrix.rust-version }}
70
- - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
70
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
71
71
with :
72
72
key : ${{ matrix.rust-version }}
73
73
- name : Install tools
Original file line number Diff line number Diff line change 23
23
- uses : dtolnay/rust-toolchain@nightly
24
24
with :
25
25
components : llvm-tools-preview
26
- - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2
26
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2
27
27
28
28
- name : Install tools
29
29
uses : taiki-e/install-action@37bdc826eaedac215f638a96472df572feab0f9b # v2
You can’t perform that action at this time.
0 commit comments