diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 63c60b3..e50f151 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,7 @@ jobs: run: pdm install - name: Load Cached Pre-Commit Dependencies id: cached-pre-commit-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit/ key: pre-commit-4|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}