From b793ad2b469b7666e764ef7a2abfebcccc41ef6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 22:00:32 +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 2 updates: [actions/cache](https://github.com/actions/cache) and [reproducible-containers/buildkit-cache-dance](https://github.com/reproducible-containers/buildkit-cache-dance). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) Updates `reproducible-containers/buildkit-cache-dance` from 2.1.2 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.2...v2.1.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: reproducible-containers/buildkit-cache-dance dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/actions/build-test-container/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-test-container/action.yaml b/.github/actions/build-test-container/action.yaml index 06ab3b86..414d4a44 100644 --- a/.github/actions/build-test-container/action.yaml +++ b/.github/actions/build-test-container/action.yaml @@ -18,12 +18,12 @@ runs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Cache Template Testing Containers - uses: actions/cache@v3 + uses: actions/cache@v4 with: 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.2 + uses: reproducible-containers/buildkit-cache-dance@v2.1.4 with: cache-source: container-test-template-cache - name: Build Docker container for cache