diff --git a/.github/workflows/repo_tests.yaml b/.github/workflows/repo_tests.yaml index 77b4e93..24a3535 100644 --- a/.github/workflows/repo_tests.yaml +++ b/.github/workflows/repo_tests.yaml @@ -26,7 +26,7 @@ jobs: make install - name: Load cached pre-commit env id: cached-pre-commit - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}