diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bdf4ff..2d833b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: run: | echo "::set-output name=dir::$(pip cache dir)" - name: Restore PIP cache - uses: actions/cache@v3.0.4 + uses: actions/cache@v3.0.7 with: path: ${{ steps.pip-cache.outputs.dir }} key: pip-${{ steps.python.outputs.python-version }}-${{ hashFiles('requirements.txt', 'requirements_test.txt') }}