From 28ebcd8b9260da4c6e7880870451f3eab219e7d5 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 18 Feb 2025 20:01:50 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/cache digest to 0c907a7 Signed-off-by: RenovateBot --- .forgejo/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/renovate.yml b/.forgejo/workflows/renovate.yml index 3c0f451..53230c0 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -49,7 +49,7 @@ jobs: token: "${{ env.RENOVATE_TOKEN }}" - name: Load renovate repo cache - uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: | .tmp/cache/renovate/repository @@ -92,7 +92,7 @@ jobs: - name: Save renovate repo cache if: always() && env.RENOVATE_DRY_RUN != 'full' - uses: https://github.com/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: https://github.com/actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4 with: path: | .tmp/cache/renovate/repository