From 70b23a4fd0eb7cb4946816dfa64552122cc797b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:56:21 +0100 Subject: [PATCH] Update actions/cache action to v4.3.0 (#20709) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62d116a23e..8a99445435 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -749,7 +749,7 @@ jobs: with: node-version: 22 - name: "Cache pre-commit" - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}