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 @@ -122,7 +122,7 @@ jobs:
122122 - run : rustup component add rustfmt
123123 - run : rustup component add clippy
124124
125- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
125+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
126126 with :
127127 save-if : ${{ github.ref == 'refs/heads/main' }}
128128
@@ -141,7 +141,7 @@ jobs:
141141 with :
142142 persist-credentials : false
143143
144- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
144+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
145145 with :
146146 save-if : ${{ github.ref == 'refs/heads/main' }}
147147
@@ -192,7 +192,7 @@ jobs:
192192 wget -q "https://github.com/mozilla/Fira/archive/4.202.zip"
193193 unzip -q "4.202.zip"
194194
195- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
195+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
196196 with :
197197 save-if : ${{ github.ref == 'refs/heads/main' }}
198198
Original file line number Diff line number Diff line change 2121 with :
2222 persist-credentials : false
2323
24- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
24+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
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