Merge pull request #2 from ivuorinen/renovate/actions-cache-3.x

Update actions/cache action to v3
This commit is contained in:
2022-10-12 00:37:18 +03:00
committed by GitHub

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@v2 - uses: actions/cache@v3
with: with:
path: ~/.cache/pip path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}