Bump actions/cache from 3.0.11 to 3.2.3 (#360)

This commit is contained in:
dependabot[bot] 2023-01-11 15:29:08 -10:00 committed by GitHub
parent acfe9faadd
commit 1e4678eaf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Restore PIP cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.3
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: pip-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt', 'requirements_test.txt') }}