mirror of https://github.com/pwndbg/pwndbg
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:
parent
c54d040f06
commit
2a6a05f2b8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue