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.
1 parent 310f214 commit 44ff5c9Copy full SHA for 44ff5c9
.github/workflows/main.yml
@@ -13,12 +13,12 @@ jobs:
13
with:
14
python-version: 3.9
15
- name: Poetry cache
16
- uses: actions/cache@v2
+ uses: actions/cache@v4
17
18
path: ~/.cache/pypoetry
19
key: poetry-cache-${{ runner.os }}-${{ hashFiles('poetry.lock') }}-${{ hashFiles('.github/workflows/*.yml') }}
20
- name: Pip cache
21
22
23
path: ~/.cache/pip
24
key: pip-cache-${{ runner.os }}-${{ hashFiles('.github/workflows/*.yml') }}
0 commit comments