From 2faae414394eb334d3625dedb237ff3b9f3c67b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 16:24:39 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to d4323d4 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index db4b3c4d7..9be34cec7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -19,7 +19,7 @@ jobs: with: python-version: '3.11' cache: 'pip' - - uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 + - uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4 with: path: ~/.cache/pre-commit key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}