diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c222fe1aaf..f67ed8c908 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -683,7 +683,7 @@ jobs: persist-credentials: false - uses: astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4.1 - name: "Cache pre-commit" - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}