Skip to content

Commit 528406e

Browse files
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 in the minor group (#4)
Bumps the minor group with 1 update: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `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 dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eb5dc67 commit 528406e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cargo-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
override: true
3232
components: rustfmt, clippy
3333
- name: Rust Cache
34-
uses: Swatinem/rust-cache@v2.7.8
34+
uses: Swatinem/rust-cache@v2.8.0
3535
- name: Run cargo build
3636
run: |
3737
cargo build --locked

.github/workflows/cargo-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
override: true
2525
components: rustfmt, clippy
2626
- name: Rust Cache
27-
uses: Swatinem/rust-cache@v2.7.8
27+
uses: Swatinem/rust-cache@v2.8.0
2828
- name: Run clippy
2929
run: cargo clippy --all --tests --examples --benches

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
override: true
2929
components: rustfmt, clippy
3030
- name: Rust Cache
31-
uses: Swatinem/rust-cache@v2.7.8
31+
uses: Swatinem/rust-cache@v2.8.0
3232
- name: cargo test
3333
shell: bash
3434
run: |

0 commit comments

Comments
 (0)