diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index be04f3f2..c296dc3a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -458,7 +458,7 @@ jobs: run: uv sync --extra cpu --all-groups - name: Cache pre-commit environments - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }} @@ -530,7 +530,7 @@ jobs: run: uv sync --extra cpu --all-groups - name: Cache pre-commit environments - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cache/pre-commit key: pre-commit-${{ runner.os }}-${{ hashFiles('.pre-commit-config.yaml') }}