Update actions/cache action to v4

This commit is contained in:
2024-06-11 14:41:15 +00:00
parent 0743d7fa6d
commit 3610162292

View File

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