Merge pull request #8 from ivuorinen/renovate/actions-cache-4.x

This commit is contained in:
Ismo Vuorinen
2024-01-18 02:05:38 +02:00
committed by GitHub

View File

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