Use fork of action-docker-layer-caching to prevent warnings (#1794)

https://github.com/satackey/action-docker-layer-caching hasn't been updated in quite some time.
E.g. GitHub has started to complain about the deprecated `save-state` command.

Solve this by switching to a newer fork.
This commit is contained in:
intrigus-lgtm 2023-07-13 11:28:48 +02:00 committed by GitHub
parent c54d040f06
commit 2a6a05f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Cache for docker images
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
with: