File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
- uses : dtolnay/rust-toolchain@master
39
39
with :
40
40
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
41
- - uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
41
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
42
42
with :
43
43
key : udeps
44
44
- run : cargo install --locked cargo-udeps@0.1.55
60
60
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61
61
with :
62
62
persist-credentials : false
63
- - uses : EmbarkStudios/cargo-deny-action@4de59db63a066737e557c2c4dd3d1f70206de781 # v2.0.10
63
+ - uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
64
64
with :
65
65
command : check ${{ matrix.checks }}
66
66
75
75
with :
76
76
toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
77
77
components : rustfmt
78
- - uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
78
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
79
79
with :
80
80
key : doc
81
81
- run : cargo doc --document-private-items
96
96
# for our cases.
97
97
# See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
98
98
components : rust-src
99
- - uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
99
+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
100
100
with :
101
101
key : test
102
102
- run : cargo test --all-features
Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
fetch-depth : 0
21
- - uses : stackabletech/actions/run-pre-commit@2d3d7ddad981ae09901d45a0f6bf30c2658b1b78 # v0.7 .0
21
+ - uses : stackabletech/actions/run-pre-commit@4bfd3b65f22af597fe784599c077dc34bf5894a7 # v0.8 .0
22
22
with :
23
23
rust : ${{ env.RUST_TOOLCHAIN_VERSION }}
24
24
# rust-src is required for trybuild stderr output comparison to work
You can’t perform that action at this time.
0 commit comments