We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdc618 commit 6fdaa3dCopy full SHA for 6fdaa3d
.github/workflows/tests.yaml
@@ -31,7 +31,7 @@ jobs:
31
id: pip-cache
32
run: echo "::set-output name=dir::$(pip cache dir)"
33
- name: cache pip
34
- uses: actions/cache@v2
+ uses: actions/cache@v4
35
with:
36
path: ${{ steps.pip-cache.outputs.dir }}
37
key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('requirements.txt') }}
0 commit comments