From 8b1ede84762681ccff52c67e6496b94a2cdddf84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:58:29 +0000 Subject: [PATCH] Bump the gha-deps group in /build-and-test with 1 update Bumps the gha-deps group in /build-and-test with 1 update: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/e207df5d269b42b69c8bc5101da26f7d31feddb4...a95ba195448af2da9b00fb742d14ffaaf3c21f43) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- build-and-test/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-and-test/action.yaml b/build-and-test/action.yaml index 3031dc0..f2d3dc9 100644 --- a/build-and-test/action.yaml +++ b/build-and-test/action.yaml @@ -56,5 +56,5 @@ runs: fi - name: Setup Rust caching - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 + uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 if: steps.lockfile.outputs.present == 'true'