We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6e12c commit 65f8637Copy full SHA for 65f8637
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # v6
23
24
- name: Cache uv dependencies
25
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
+ uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
26
with:
27
path: .venv
28
key: ${{ runner.os }}-uv-${{ hashFiles('**/pyproject.toml') }}
0 commit comments