Skip to content

Commit b5aaab1

Browse files
build(deps): bump Swatinem/rust-cache from 2.8.1 to 2.8.2 (#4328)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@f13886b...779680d) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e09c13 commit b5aaab1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
CXX: "/usr/bin/clang++-19"
5050
steps:
5151
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
52-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
52+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
5353
- run: cargo tarpaulin --locked --workspace --exclude=linkerd2-proxy --exclude=linkerd-transport-header --exclude=spire-proto --no-run
5454
- run: cargo tarpaulin --locked --workspace --exclude=linkerd2-proxy --exclude=linkerd-transport-header --exclude=spire-proto --skip-clean --ignore-tests --no-fail-fast --out=Xml
5555
# Some tests are especially flakey in coverage tests. That's fine. We

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
9494
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
95-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
95+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
9696
- run: just fetch
9797
- run: cargo deny --all-features check bans licenses sources
9898
- run: just check-fmt
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
117117
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
118-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
118+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
119119
- run: just fetch
120120
- run: just check-crate ${{ matrix.crate }}
121121

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
174174
with:
175175
ref: ${{ needs.meta.outputs.ref }}
176-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
176+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
177177
with:
178178
key: ${{ matrix.os }}-${{ matrix.arch }}
179179
- run: just fetch

0 commit comments

Comments
 (0)