This commit is contained in:
dependabot[bot] 2024-01-22 11:08:52 +00:00 committed by GitHub
commit e3a0f5ca89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ jobs:
pip install pip-tools
pip-sync requirements.txt requirements-dev.txt
- name: Setup pre-commit cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-3|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}