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 15e46fb commit 2882409Copy full SHA for 2882409
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
cache-dependency-path: uv.lock
76
install-cmd: uv sync --frozen --only-dev --active
77
78
- - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
+ - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
79
with:
80
path: ~/.cache/pre-commit
81
key: cache-epoch-1|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml', 'uv.lock') }}
0 commit comments