chore(deps): update actions/cache action to v4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-01-17 22:27:05 +00:00
committed by GitHub
parent 83d976c493
commit bbab09b999

View File

@@ -27,7 +27,7 @@ jobs:
# Cache dependencies. From: # Cache dependencies. From:
# https://github.com/actions/cache/blob/master/examples.md#python---pip # https://github.com/actions/cache/blob/master/examples.md#python---pip
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}