Skip to content

Commit 1d0bbc0

Browse files
chore(deps): Bump Swatinem/rust-cache from 2.8.1 to 2.8.2
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]>
1 parent 4ecf6ee commit 1d0bbc0

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: nightly
5353
components: clippy
5454

55-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
55+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
5656

5757
- name: Clippy (all-features)
5858
run: cargo clippy --all-targets --all-features -- -D warnings
@@ -75,7 +75,7 @@ jobs:
7575
toolchain: stable
7676

7777
- name: Load cache
78-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
78+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
7979

8080
- name: Install cargo-hack
8181
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532
@@ -109,7 +109,7 @@ jobs:
109109
with:
110110
toolchain: ${{ format('{0}-{1}', matrix.channel, matrix.target.toolchain) }}
111111

112-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
112+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
113113

114114
- name: Test
115115
run: cargo test --all-features

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
toolchain: stable
2828

2929
- name: Load cache
30-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
30+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
3131

3232
- name: Install cargo-llvm-cov
3333
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
toolchain: nightly
2121

22-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
22+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
2323

2424
- name: Build docs
2525
run: cargo doc --no-deps -Zrustdoc-map

.github/workflows/mutants-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
toolchain: stable
2020

21-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
21+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
2222

2323
- name: Install cargo-mutants
2424
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532

.github/workflows/mutants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
toolchain: stable
3030

31-
- uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1
31+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
3232

3333
- name: Install cargo-mutants
3434
uses: taiki-e/install-action@44c6d64aa62cd779e873306675c7a58e86d6d532

0 commit comments

Comments
 (0)