Skip to content

Commit 11aea8f

Browse files
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#12)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [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.3...v2.7.5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache 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 921927f commit 11aea8f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cargo-clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
components: rustfmt, clippy
3636

3737
- name: Rust Cache
38-
uses: Swatinem/[email protected].3
38+
uses: Swatinem/[email protected].5
3939

4040
- name: Run clippy
4141
run: cargo clippy --all --tests --all-features --examples --benches

.github/workflows/cargo-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
components: rustfmt, clippy
3333

3434
- name: Rust Cache
35-
uses: Swatinem/[email protected].3
35+
uses: Swatinem/[email protected].5
3636

3737
- name: Run cargo fmt
3838
run: |

.github/workflows/cargo-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: taiki-e/install-action@nextest
3434

3535
- name: Rust Cache
36-
uses: Swatinem/[email protected].3
36+
uses: Swatinem/[email protected].5
3737

3838
- name: cargo test
3939
shell: bash

0 commit comments

Comments
 (0)