Skip to content

Commit dc4d114

Browse files
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.8 to 2.8.0. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.8...v2.8.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38c7b75 commit dc4d114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
2121
- name: Cache dependencies
22-
uses: Swatinem/rust-cache@v2.7.8
22+
uses: Swatinem/rust-cache@v2.8.0
2323
- name: Run cargo clippy
2424
run: cargo clippy --all-targets -- --deny warnings
2525
fmt:
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3333
- name: Cache dependencies
34-
uses: Swatinem/rust-cache@v2.7.8
34+
uses: Swatinem/rust-cache@v2.8.0
3535
- name: Run cargo fmt
3636
run: cargo fmt --all -- --check
3737
python-linting:

0 commit comments

Comments
 (0)