Skip to content

Commit 6a21473

Browse files
build(deps): bump Swatinem/rust-cache from 2.8.2 to 2.9.1 (#4453)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@779680d...c193711) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf9f2dc commit 6a21473

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
52-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
52+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
95-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
95+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
118-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
118+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd
174174
with:
175175
ref: ${{ needs.meta.outputs.ref }}
176-
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
176+
- uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
177177
with:
178178
key: ${{ matrix.os }}-${{ matrix.arch }}
179179
- run: just fetch

0 commit comments

Comments
 (0)