From 5fde2a0ccfce24c92d4dabb73907b72d4ac78bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:13:49 +0200 Subject: [PATCH] Actions(deps): bump ScribeMD/docker-cache from 0.3.7 to 0.5.0 (#111) Bumps [ScribeMD/docker-cache](https://github.com/scribemd/docker-cache) from 0.3.7 to 0.5.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.5.0) --- updated-dependencies: - dependency-name: ScribeMD/docker-cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 2f7469a..f2b470f 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.5.0 with: key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }}