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.
pull/1804/head
intrigus-lgtm 2 years ago committed by GitHub
parent c54d040f06
commit 2a6a05f2b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Cache for docker images - 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. # Ignore the failure of a step and avoid terminating the job.
continue-on-error: true continue-on-error: true
with: with:

Loading…
Cancel
Save