Skip to content

Commit 2c0c9db

Browse files
Bump Swatinem/rust-cache from 2.7.1 to 2.7.7 (#60)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.7. - [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.1...v2.7.7) --- 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 6ed915a commit 2c0c9db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_jruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Update Rust toolchain
3737
run: rustup update
3838
- name: Rust Cache
39-
uses: Swatinem/[email protected].3
39+
uses: Swatinem/[email protected].7
4040
- name: Cargo build
4141
run: cargo build
4242
- name: Output CHANGELOG

.github/workflows/build_ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Update Rust toolchain
4242
run: rustup update
4343
- name: Rust Cache
44-
uses: Swatinem/[email protected].3
44+
uses: Swatinem/[email protected].7
4545
- name: Cargo build
4646
run: cargo build
4747
- name: Output CHANGELOG

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# which include the latest stable release of Rust, Rustup, Clippy and rustfmt.
2424
run: rustup update
2525
- name: Rust Cache
26-
uses: Swatinem/[email protected].1
26+
uses: Swatinem/[email protected].7
2727
- name: Clippy
2828
# Using --all-targets so tests are checked and --deny to fail on warnings.
2929
# Not using --locked here and below since Cargo.lock is in .gitignore.
@@ -43,7 +43,7 @@ jobs:
4343
- name: Update Rust toolchain
4444
run: rustup update
4545
- name: Rust Cache
46-
uses: Swatinem/[email protected].1
46+
uses: Swatinem/[email protected].7
4747
- name: Run unit tests
4848
run: cargo test --all-features
4949

@@ -65,7 +65,7 @@ jobs:
6565
- name: Update Rust toolchain
6666
run: rustup update
6767
- name: Rust Cache
68-
uses: Swatinem/[email protected].3
68+
uses: Swatinem/[email protected].7
6969
- name: Cargo build (to make test logs shorter)
7070
run: cargo build
7171
- name: Output CHANGELOG
@@ -93,7 +93,7 @@ jobs:
9393
- name: Update Rust toolchain
9494
run: rustup update
9595
- name: Rust Cache
96-
uses: Swatinem/[email protected].3
96+
uses: Swatinem/[email protected].7
9797
- name: Cargo build (to make test logs shorter)
9898
run: cargo build
9999
- name: Output CHANGELOG

0 commit comments

Comments
 (0)