Skip to content

Commit 3899a9a

Browse files
chore(deps): update swatinem/rust-cache action to v2.8.2 (#1041)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c1fb27 commit 3899a9a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -60,7 +60,7 @@ jobs:
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 }}"
@@ -89,7 +89,7 @@ jobs:
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

.github/workflows/rust-next.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: dtolnay/rust-toolchain@stable
3333
with:
3434
toolchain: ${{ matrix.rust }}
35-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
35+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3636
- name: Default features
3737
run: cargo test --workspace
3838
# [ToDo LQ] Re-enable --all-features once the issue is resolved in Tantivy (zstd-safe). This is an experimental feature anyway.
@@ -50,7 +50,7 @@ jobs:
5050
uses: dtolnay/rust-toolchain@stable
5151
with:
5252
toolchain: stable
53-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
53+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
5454
- name: Update dependencies
5555
run: cargo update
5656
- name: Default features

.github/workflows/validate-workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: dtolnay/rust-toolchain@stable
1717
with:
1818
toolchain: stable
19-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
19+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2020
- name: Run cargo xtask validate
2121
run: cargo xtask validate

0 commit comments

Comments
 (0)