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 @@ -118,7 +118,7 @@ jobs:
118118 - run : rustup component add rustfmt
119119 - run : rustup component add clippy
120120
121- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
121+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
122122 with :
123123 save-if : ${{ github.ref == 'refs/heads/main' }}
124124
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 persist-credentials : false
139139
140- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
140+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
141141 with :
142142 save-if : ${{ github.ref == 'refs/heads/main' }}
143143
@@ -167,7 +167,7 @@ jobs:
167167 # Remove the Android SDK to free up space
168168 - run : sudo rm -rf /usr/local/lib/android
169169
170- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
170+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
171171 with :
172172 save-if : ${{ github.ref == 'refs/heads/main' }}
173173
Original file line number Diff line number Diff line change 2121 with :
2222 persist-credentials : false
2323
24- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
24+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
2525 - run : cargo build --package crates_io_smoke_test
2626 - run : cargo run --package crates_io_smoke_test --quiet
2727 env :
You can’t perform that action at this time.
0 commit comments