From 7bef6801e40dec82ba657d4683e4fd427a6c6595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 22:19:40 +0000 Subject: [PATCH] Actions(deps): bump ScribeMD/docker-cache from 0.3.7 to 0.4.0 Bumps [ScribeMD/docker-cache](https://github.com/scribemd/docker-cache) from 0.3.7 to 0.4.0. - [Release notes](https://github.com/scribemd/docker-cache/releases) - [Changelog](https://github.com/ScribeMD/docker-cache/blob/main/CHANGELOG.md) - [Commits](https://github.com/scribemd/docker-cache/compare/0.3.7...0.4.0) --- updated-dependencies: - dependency-name: ScribeMD/docker-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 86313fad..6fb86667 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: run: make build - name: Cache Docker images. - uses: ScribeMD/docker-cache@0.3.7 + uses: ScribeMD/docker-cache@0.4.0 with: key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}