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 341e02e commit 8613f51Copy full SHA for 8613f51
.github/workflows/testing.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Load cached venv
34
id: cached-poetry-dependencies
35
- uses: actions/cache@v2
+ uses: actions/cache@v4
36
with:
37
path: .venv
38
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments