This commit is contained in:
Ashwin Bharambe 2025-10-30 11:26:49 -07:00
parent f18573115b
commit afde63889b

View file

@ -54,7 +54,7 @@ jobs:
run: python -m pip install pre-commit
- name: Cache pre-commit
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}