From 2a07fef1b2828fe8bc9b3566220d0a156ba4aeb5 Mon Sep 17 00:00:00 2001 From: Peter Van Dyken Date: Wed, 17 Apr 2024 15:39:28 -0400 Subject: [PATCH] Bump reproducible-containers/buildkit-cache-dance --- .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