Skip to content

Commit 3cda45f

Browse files
Bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (#257)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 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.5...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 fb157cd commit 3cda45f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Update Rust toolchain
2323
run: rustup update
2424
- name: Rust Cache
25-
uses: Swatinem/[email protected].5
25+
uses: Swatinem/[email protected].7
2626
- name: Clippy
2727
run: cargo clippy --all-targets --locked -- --deny warnings
2828
- name: rustfmt
@@ -36,7 +36,7 @@ jobs:
3636
- name: Update Rust toolchain
3737
run: rustup update
3838
- name: Rust Cache
39-
uses: Swatinem/[email protected].5
39+
uses: Swatinem/[email protected].7
4040
- name: Run unit tests
4141
run: cargo test --locked
4242

@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Rust linux-musl target
5353
run: rustup target add x86_64-unknown-linux-musl
5454
- name: Rust Cache
55-
uses: Swatinem/[email protected].5
55+
uses: Swatinem/[email protected].7
5656
- name: Install Pack CLI
5757
uses: buildpacks/github-actions/[email protected]
5858
- name: Run integration tests

0 commit comments

Comments
 (0)