diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bbc4936..d953240 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -36,7 +36,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') }}