From e5b1724d0532f323d671fd316baa0d36df86496c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 6 Dec 2024 02:02:43 +0000 Subject: [PATCH] Update actions/cache action to v4.2.0 --- .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 b98bb39684..1698f4d68d 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Load renovate repo cache - uses: https://code.forgejo.org/actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: https://code.forgejo.org/actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | .tmp/cache/renovate/repository @@ -62,7 +62,7 @@ jobs: - name: Save renovate repo cache if: always() && env.RENOVATE_DRY_RUN != 'full' - uses: https://code.forgejo.org/actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 + uses: https://code.forgejo.org/actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: | .tmp/cache/renovate/repository