Skip to content

Commit 5b6924c

Browse files
Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 in the github-actions group
Bumps the github-actions 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@9d47c6a...98c8021) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ab0f54 commit 5b6924c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_jruby.yml

Lines changed: 1 addition & 1 deletion
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/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
39+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4040
- name: Cargo build
4141
run: cargo build --locked
4242
- name: Output CHANGELOG

.github/workflows/build_ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Update Rust toolchain
4040
run: rustup update
4141
- name: Rust Cache
42-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
42+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4343
- name: Cargo build
4444
run: cargo build --locked
4545
- name: Output CHANGELOG

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
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/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
26+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
2727
- name: Clippy
2828
# Using --all-targets so tests are checked and --deny to fail on warnings.
2929
run: cargo clippy --all-targets --all-features --locked -- --deny warnings
@@ -42,7 +42,7 @@ jobs:
4242
- name: Update Rust toolchain
4343
run: rustup update
4444
- name: Rust Cache
45-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
45+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
4646
- name: Run unit tests
4747
run: cargo test --all-features --locked
4848

@@ -62,7 +62,7 @@ jobs:
6262
- name: Update Rust toolchain
6363
run: rustup update
6464
- name: Rust Cache
65-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
65+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
6666
- name: Cargo build (to make test logs shorter)
6767
run: cargo build --locked
6868
- name: Output CHANGELOG
@@ -88,7 +88,7 @@ jobs:
8888
- name: Update Rust toolchain
8989
run: rustup update
9090
- name: Rust Cache
91-
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
91+
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0
9292
- name: Cargo build (to make test logs shorter)
9393
run: cargo build --locked
9494
- name: Output CHANGELOG

0 commit comments

Comments
 (0)