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:
118
118
- run : rustup component add rustfmt
119
119
- run : rustup component add clippy
120
120
121
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
121
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
122
122
with :
123
123
save-if : ${{ github.ref == 'refs/heads/main' }}
124
124
@@ -137,7 +137,7 @@ jobs:
137
137
with :
138
138
persist-credentials : false
139
139
140
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
140
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
141
141
with :
142
142
save-if : ${{ github.ref == 'refs/heads/main' }}
143
143
@@ -167,7 +167,7 @@ jobs:
167
167
# Remove the Android SDK to free up space
168
168
- run : sudo rm -rf /usr/local/lib/android
169
169
170
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
170
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
171
171
with :
172
172
save-if : ${{ github.ref == 'refs/heads/main' }}
173
173
Original file line number Diff line number Diff line change 21
21
with :
22
22
persist-credentials : false
23
23
24
- - uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
24
+ - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
25
25
- run : cargo build --package crates_io_smoke_test
26
26
- run : cargo run --package crates_io_smoke_test --quiet
27
27
env :
You can’t perform that action at this time.
0 commit comments