From dca84bd9eec8cac20991911cc93ede9ec4aa5928 Mon Sep 17 00:00:00 2001 From: Andre Kurait Date: Wed, 16 Apr 2025 16:42:54 -0500 Subject: [PATCH] Update docker cache to AndreKurait/docker-cache@0.6.0 Fixes: Failed to save: Unable to reserve cache with key docker-Linux-ae4aa90a40aa7d4bb6f161c37c0add12a35d0b4b, another job may be creating this cache. More details: This legacy service is shutting down, effective April 15, 2025. Migrate to the new service ASAP. For more information: https://gh.io/gha-cache-sunset Signed-off-by: Andre Kurait --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7df5ce239d..dc8fe73360 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -157,7 +157,7 @@ jobs: gradle-version: ${{ env.gradle-version }} gradle-home-cache-cleanup: true - name: Restore Docker Cache - uses: ScribeMD/docker-cache@0.5.0 + uses: AndreKurait/docker-cache@0.6.0 with: key: docker-${{ runner.os }}-${{ needs.generate-cache-key.outputs.docker_cache_key }} # Delegate cache saving to python-e2e-tests @@ -260,7 +260,7 @@ jobs: with: python-version: ${{ env.python-version }} - name: Cache Docker Images - uses: ScribeMD/docker-cache@0.5.0 + uses: AndreKurait/docker-cache@0.6.0 with: key: docker-${{ runner.os }}-${{ needs.generate-cache-key.outputs.docker_cache_key }} # Only save cache on push events