diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 7b1e37b63..497cc60fe 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -56,7 +56,7 @@ jobs: echo "::set-output name=dir::$(pip cache dir)" - name: set pip cache id: pip-cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.1 with: path: ${{ steps.pip-cache-dir.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('setup.cfg') }}