mirror of
https://github.com/Akarys42/cloudflare-ddns-docker.git
synced 2025-07-27 03:11:29 -06:00
CI: Update to cache@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