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 303f408 commit 059af66Copy full SHA for 059af66
3 files changed
.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Load cached venv
45
id: cached-poetry-dependencies
46
- uses: actions/cache@v4
+ uses: actions/cache@v5
47
with:
48
path: ./.venv
49
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments