forked from Mirrors/cloudflare-ddns-docker
Update actions/cache action to v4 - autoclosed #9
2
.github/workflows/linting.yml
vendored
2
.github/workflows/linting.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
# that is a composite of those states.
|
# that is a composite of those states.
|
||||||
# Only when the context is exactly the same, we will restore the cache.
|
# Only when the context is exactly the same, we will restore the cache.
|
||||||
- name: Restore pip cache
|
- name: Restore pip cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.PIP_CACHE_DIR }}
|
path: ${{ env.PIP_CACHE_DIR }}
|
||||||
key: "python-0-${{ runner.os }}-\
|
key: "python-0-${{ runner.os }}-\
|
||||||
|
Reference in New Issue
Block a user