From aed16c277a6826d7b9b4b5202914938cef52eb3d Mon Sep 17 00:00:00 2001 From: Johan Marcusson Date: Fri, 23 Feb 2024 09:50:30 +0100 Subject: [PATCH] change to non deprecated caching layer github workflow step --- .github/workflows/run-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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