Update actions/cache action to v3

This commit is contained in:
renovate[bot]
2022-10-11 21:36:13 +00:00
committed by GitHub
parent 17365223ed
commit dc7d0d944d

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') }}