Skip to content

Commit 7a298c0

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [buildpacks/github-actions](https://github.com/buildpacks/github-actions). Updates `Swatinem/rust-cache` from 2.7.7 to 2.7.8 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@f0deed1...9d47c6a) Updates `buildpacks/github-actions` from 5.8.9 to 5.8.10 - [Release notes](https://github.com/buildpacks/github-actions/releases) - [Commits](buildpacks/github-actions@0f05ba4...d82294e) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: buildpacks/github-actions dependency-version: 5.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 722feed commit 7a298c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
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/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
25+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
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/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
39+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4040
- name: Run unit tests
4141
run: cargo test --locked
4242

@@ -52,9 +52,9 @@ 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/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2.7.7
55+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
5656
- name: Install Pack CLI
57-
uses: buildpacks/github-actions/setup-pack@0f05ba41fb74d56ab4cb27485f538a8d65b4122e # v5.8.9
57+
uses: buildpacks/github-actions/setup-pack@d82294e03fd6b8e8484cde2ee166788876e366e3 # v5.8.10
5858
- name: Run integration tests
5959
# Runs only tests annotated with the `ignore` attribute (which in this repo, are the integration tests).
6060
run: cargo test --locked -- --ignored

0 commit comments

Comments
 (0)