diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 14cb52c..05b39be 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@v5 + - uses: actions/cache@v6 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}