diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index d5953b6c..906f55d3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -21,7 +21,7 @@ jobs: # the cache is created without them in the post run. # It also restores the cache if it exists. - name: Enable Docker Layer Caching - uses: satackey/action-docker-layer-caching@v0.0.11 + uses: jpribyl/action-docker-layer-caching@v0.1.1 # Ignore the failure of a step and avoid terminating the job. continue-on-error: true