File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 - run : rustup component add rustfmt
106106 - run : rustup component add clippy
107107
108- - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
108+ - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
109109
110110 - run : cargo fmt --check --all
111111 - run : cargo clippy --all-targets --all-features --workspace
@@ -122,7 +122,7 @@ jobs:
122122 with :
123123 persist-credentials : false
124124
125- - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
125+ - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
126126
127127 - run : cargo install cargo-deny --vers ${CARGO_DENY_VERSION}
128128 - run : cargo deny check
@@ -145,7 +145,7 @@ jobs:
145145 with :
146146 persist-credentials : false
147147
148- - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
148+ - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
149149 with :
150150 # Ensure that we cache from the right target directory. (See below
151151 # for the details of how and when this gets created.)
Original file line number Diff line number Diff line change 1919 with :
2020 persist-credentials : false
2121
22- - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
22+ - uses : Swatinem/rust-cache@720f7e45ccee46c12a7b1d7bed2ab733be9be5a1 # v2.7.6
2323 - run : cargo build --package crates_io_smoke_test
2424 - run : cargo run --package crates_io_smoke_test --quiet
2525 env :
You can’t perform that action at this time.
0 commit comments