We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3878a commit 70ed398Copy full SHA for 70ed398
.github/workflows/python-package.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Load cached venv
34
id: cached-poetry-dependencies
35
- uses: actions/cache@v6
+ uses: actions/cache@v5
36
with:
37
path: .venv
38
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments