We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795d8c7 commit 841bdfeCopy full SHA for 841bdfe
1 file changed
.github/workflows/django-test.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: cache deps
34
id: cache-deps
35
- uses: actions/cache@v2
+ uses: actions/cache@v4
36
with:
37
path: .venv
38
key: pydeps-${{ hashFiles('**/poetry.lock') }}
0 commit comments