diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 109f690..f1a113b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,7 +34,7 @@ jobs: - name: Install pre-commit run: | python -m pip install pre-commit - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}