Bump actions/cache from 3.3.1 to 3.3.2 (#542)

This commit is contained in:
dependabot[bot] 2023-09-24 23:34:54 +02:00 committed by GitHub
parent 3b23a8be03
commit bd07ddd668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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