We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90f022b + f15129a commit cbbde55Copy full SHA for cbbde55
2 files changed
.github/workflows/django-test.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: 3.11
20
21
- name: cache poetry install
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
with:
24
path: ~/.local
25
key: poetry-1.2.2-0
@@ -32,7 +32,7 @@ jobs:
32
33
- name: cache deps
34
id: cache-deps
35
36
37
path: .venv
38
key: pydeps-${{ hashFiles('**/poetry.lock') }}
.github/workflows/release-ci.yml
@@ -18,7 +18,7 @@ jobs:
18
@@ -31,7 +31,7 @@ jobs:
31
0 commit comments