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 @@ -120,7 +120,7 @@ jobs:
120120 - run : rustup component add rustfmt
121121 - run : rustup component add clippy
122122
123- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
123+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
124124 with :
125125 save-if : ${{ github.ref == 'refs/heads/main' }}
126126
@@ -139,7 +139,7 @@ jobs:
139139 with :
140140 persist-credentials : false
141141
142- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
142+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
143143 with :
144144 save-if : ${{ github.ref == 'refs/heads/main' }}
145145
@@ -190,7 +190,7 @@ jobs:
190190 wget -q "https://github.com/mozilla/Fira/archive/4.202.zip"
191191 unzip -q "4.202.zip"
192192
193- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
193+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
194194 with :
195195 save-if : ${{ github.ref == 'refs/heads/main' }}
196196
Original file line number Diff line number Diff line change 2121 with :
2222 persist-credentials : false
2323
24- - uses : Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
24+ - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
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