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.
2 parents 0e611e5 + 39e0f48 commit 5615028Copy full SHA for 5615028
.github/workflows/ci-build.yaml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
python-version: 3.11
37
- run: python -m pip install pre-commit
38
- - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
+ - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
39
40
path: ~/.cache/pre-commit
41
key: pre-commit-${{ env.pythonLocation }}-${{ hashFiles('.pre-commit-config.yaml', 'setup.py') }}
0 commit comments