From fca90f5ed8f9d245290e8c2d446fd42411fd1000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:39:14 +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/a95ba195448af2da9b00fb742d14ffaaf3c21f43...3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch 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 f2d3dc9..5d1a248 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@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 if: steps.lockfile.outputs.present == 'true'