From 955a1cd2a9605b0e2b54e59c4caddaaac8d71942 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 7 Oct 2024 09:18:59 +0000 Subject: [PATCH] Update actions/cache action to v4.1.0 Signed-off-by: Mend Renovate --- .github/workflows/operator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/operator.yml b/.github/workflows/operator.yml index a5abff451..2efb0c8c7 100644 --- a/.github/workflows/operator.yml +++ b/.github/workflows/operator.yml @@ -35,7 +35,7 @@ jobs: echo "PYHASH=$(python -VV | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV - name: Enable cache for pre-commit hooks - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: ~/.cache/pre-commit key: pre-commit|${{ env.PYHASH }}|${{ hashFiles('.pre-commit-config.yaml') }}