From 5758500871f9617dc52541b88674986dfa69ef54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:13:55 +0000 Subject: [PATCH] Actions(deps): bump ScribeMD/docker-cache from 0.3.6 to 0.3.7 Bumps [ScribeMD/docker-cache](https://github.com/scribemd/docker-cache) from 0.3.6 to 0.3.7. - [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.6...0.3.7) --- updated-dependencies: - dependency-name: ScribeMD/docker-cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 2dd98acf..86313fad 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.6 + uses: ScribeMD/docker-cache@0.3.7 with: key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}