diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 5886619..78205cd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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') }}