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 34
34
- uses : dtolnay/rust-toolchain@master
35
35
with :
36
36
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
37
- - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
37
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
38
38
with :
39
39
key : udeps
40
40
- uses : stackabletech/cargo-install-action@cargo-udeps
54
54
55
55
steps :
56
56
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
- - uses : EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
57
+ - uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
58
58
with :
59
59
command : check ${{ matrix.checks }}
60
60
67
67
with :
68
68
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
69
69
components : rustfmt
70
- - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
70
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
71
71
with :
72
72
key : fmt
73
73
- run : cargo fmt --all -- --check
You can’t perform that action at this time.
0 commit comments