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 3838 - uses : dtolnay/rust-toolchain@master
3939 with :
4040 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
41- - uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
41+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4242 with :
4343 key : udeps
4444 -
run :
cargo install --locked [email protected] 6060 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6161 with :
6262 persist-credentials : false
63- - uses : EmbarkStudios/cargo-deny-action@4de59db63a066737e557c2c4dd3d1f70206de781 # v2.0.10
63+ - uses : EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
6464 with :
6565 command : check ${{ matrix.checks }}
6666
7575 with :
7676 toolchain : ${{ env.RUST_TOOLCHAIN_VERSION }}
7777 components : rustfmt
78- - uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
78+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7979 with :
8080 key : doc
8181 - run : cargo doc --document-private-items
9696 # for our cases.
9797 # See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
9898 components : rust-src
99- - uses : Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
99+ - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
100100 with :
101101 key : test
102102 - run : cargo test --all-features
Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 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
2222 with :
2323 rust : ${{ env.RUST_TOOLCHAIN_VERSION }}
2424 # rust-src is required for trybuild stderr output comparison to work
You can’t perform that action at this time.
0 commit comments