diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d10751b..77726a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Load cached Pre-Commit Dependencies id: cached-pre-commit-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}