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