We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db56945 commit 95f8bb5Copy full SHA for 95f8bb5
1 file changed
.github/workflows/ci.yml
@@ -221,7 +221,7 @@ jobs:
221
222
- name: Cache pip downloads
223
if: ${{ needs.changes.outputs.tooling == 'true' }}
224
- uses: actions/cache@v4
+ uses: actions/cache@v5
225
with:
226
path: ~/.cache/pip
227
key: tooling-pip-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
@@ -262,7 +262,7 @@ jobs:
262
263
- name: Cache pip downloads and wheels
264
if: ${{ needs.changes.outputs.test == 'true' }}
265
266
267
268
key: test-pip-${{ runner.os }}-py3-${{ hashFiles('pyproject.toml') }}
0 commit comments