3535 uses : dtolnay/rust-toolchain@stable
3636 with :
3737 toolchain : ${{ matrix.rust }}
38- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
38+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3939 - name : Build
4040 # [ToDo LQ] Re-enable --all-features once the issue is resolved in Tantivy (zstd-safe). This is an experimental feature anyway.
4141 run : cargo test --no-run --workspace
6060 uses : dtolnay/rust-toolchain@stable
6161 with :
6262 toolchain : ${{ env.MSRV }}
63- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
63+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
6464 # The intended toolchain is being overridden here by the version defined in rust-toolchain.toml so we need to manually set it back
6565 - name : Override default toolchain
6666 run : rustup override set "${{ env.MSRV }}"
8989 uses : dtolnay/rust-toolchain@stable
9090 with :
9191 toolchain : stable
92- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
92+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
9393 - name : " Is lockfile updated?"
9494 run : cargo fetch --locked
9595 docs :
@@ -102,7 +102,7 @@ jobs:
102102 uses : dtolnay/rust-toolchain@stable
103103 with :
104104 toolchain : stable
105- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
105+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
106106 - name : Check documentation
107107 env :
108108 RUSTDOCFLAGS : -D warnings
@@ -122,7 +122,7 @@ jobs:
122122 # more likely to have stable
123123 toolchain : stable
124124 components : rustfmt
125- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
125+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
126126 - name : Check formatting
127127 run : cargo fmt --all -- --check
128128 check-external-types :
@@ -166,7 +166,7 @@ jobs:
166166 with :
167167 toolchain : " stable"
168168 components : clippy
169- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
169+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
170170 - name : Install SARIF tools
171171 run : cargo install clippy-sarif --locked
172172 - name : Install SARIF tools
@@ -199,7 +199,7 @@ jobs:
199199 uses : dtolnay/rust-toolchain@stable
200200 with :
201201 toolchain : stable
202- - uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
202+ - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
203203 - name : Install cargo-tarpaulin
204204 run : cargo install cargo-tarpaulin
205205 - name : Gather coverage
0 commit comments