We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 835a372 + 3e1e5cf commit f08b0a7Copy full SHA for f08b0a7
1 file changed
.github/workflows/tests.yml
@@ -65,7 +65,7 @@ jobs:
65
66
- name: Cache project virtualenv
67
id: cache-venv
68
- uses: actions/cache@v4
+ uses: actions/cache@v5
69
with:
70
path: .venv
71
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('uv.lock') }}
@@ -137,7 +137,7 @@ jobs:
137
138
139
140
141
142
143
0 commit comments