From 14f6a3f133584e69a27bbe84dfe60fd797419ff8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 08:32:58 +0200 Subject: [PATCH] Update actions/cache action to v4.2.4 (#19854) 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 99aefbdda9..e37e2df696 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -728,7 +728,7 @@ jobs: with: node-version: 22 - name: "Cache pre-commit" - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}