We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8aba926 + 65355f1 commit eb4e508Copy full SHA for eb4e508
1 file changed
.github/workflows/testing.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Load cached venv
38
id: cached-poetry-dependencies
39
- uses: actions/cache@v3
+ uses: actions/cache@v4
40
with:
41
path: .venv
42
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments