Update actions/cache action to v4 - autoclosed #9

Closed
renovate-bot wants to merge 1 commits from renovate/actions-cache-4.x into main

View File

@ -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 }}-\