We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfb865b + bf4300d commit 874d6e9Copy full SHA for 874d6e9
.github/workflows/documentation.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: 3.8
25
26
- name: Restore pip cache
27
- uses: actions/cache@v3
+ uses: actions/cache@v4
28
with:
29
path: ~/.cache/pip
30
key: pip-3.8
@@ -34,15 +34,15 @@ jobs:
34
shell: bash
35
36
- name: Restore poetry cache
37
38
39
path: |
40
~/.cache/pypoetry/cache
41
~/.cache/pypoetry/artifacts
42
key: poetry-cache-and-artifacts-3.8
43
44
- name: Restore virtualenvs
45
46
47
path: ~/.cache/pypoetry/virtualenvs
48
key: venv-${{ hashFiles('poetry.lock') }}-3.8
0 commit comments