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 6b9259c commit ff8b138Copy full SHA for ff8b138
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6
23
24
- name: Cache uv dependencies
25
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
+ uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
26
with:
27
path: .venv
28
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml') }}
0 commit comments