We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfe1c96 + 8e0e8b1 commit f4de3a6Copy full SHA for f4de3a6
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@v4
+ uses: actions/cache@v5
40
with:
41
path: .venv
42
key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
0 commit comments