We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aefb87b commit 5fa6581Copy full SHA for 5fa6581
.github/workflows/test.yml
@@ -20,7 +20,7 @@ jobs:
20
run: echo "::set-output name=dir::$(pip cache dir)"
21
22
- name: pip cache
23
- uses: actions/cache@v2
+ uses: actions/cache@v4
24
with:
25
path: ${{ steps.pip-cache.outputs.dir }}
26
key: ${{ runner.os }}-pip-${{ hashFiles('.gitub/workflows/lint.yml') }}
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
key: ${{ runner.os }}-pip-py${{ matrix.python-version }}-${{ hashFiles('**/requirements*.txt') }}
0 commit comments