From 2ceacabd306d5e5c42d3a0e22007b8628b3af3ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:09:44 +0000 Subject: [PATCH] [.github/actions/build-test-container]: Bump the github-actions group Bumps the github-actions group in /.github/actions/build-test-container with 1 update: [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance). Updates `reproducible-containers/buildkit-cache-dance` from 2.1.4 to 3.0.0 - [Release notes](https://github.com/reproducible-containers/buildkit-cache-dance/releases) - [Commits](https://github.com/reproducible-containers/buildkit-cache-dance/compare/v2.1.4...v3.0.0) --- updated-dependencies: - dependency-name: reproducible-containers/buildkit-cache-dance dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/build-test-container/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-test-container/action.yaml b/.github/actions/build-test-container/action.yaml index 414d4a44..f0510325 100644 --- a/.github/actions/build-test-container/action.yaml +++ b/.github/actions/build-test-container/action.yaml @@ -23,7 +23,7 @@ runs: path: container-test-template-cache key: ${{ runner.os }}-test-template-cache-${{ hashFiles('containers/test-template/**') }}-${{ inputs.python-version }} - name: Inject container-test-template-cache into docker - uses: reproducible-containers/buildkit-cache-dance@v2.1.4 + uses: reproducible-containers/buildkit-cache-dance@v3.0.0 with: cache-source: container-test-template-cache - name: Build Docker container for cache