diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 2a8d6baa..23c44388 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -52,7 +52,7 @@ jobs: # - name: Create code coverage dir # run: mkdir -p docker/coverage/ # - - uses: jpribyl/action-docker-layer-caching@v0.1.1 + - uses: satackey/action-docker-layer-caching@v0.0.11 # Ignore the failure of a step and avoid terminating the job. continue-on-error: true