From 72d71c62f1766d5ce16367645cb57b49ce7963fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 07:40:24 +0000 Subject: [PATCH] Bump reproducible-containers/buildkit-cache-dance from 2.1.3 to 2.1.4 Bumps [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](https://github.com/reproducible-containers/buildkit-cache-dance/compare/v2.1.3...v2.1.4) --- updated-dependencies: - dependency-name: reproducible-containers/buildkit-cache-dance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d758826c..63e632d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }} - name: Inject go-build-cache into docker - uses: reproducible-containers/buildkit-cache-dance@v2.1.3 + uses: reproducible-containers/buildkit-cache-dance@v2.1.4 with: cache-source: go-build-cache