From e4866d9c9a705be84030cfec56c70266363ea5a0 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 6 Oct 2024 00:04:15 +0000 Subject: [PATCH] Update actions/cache action to v4.1.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 b455403f94..4f85d77f74 100644 --- a/.forgejo/workflows/renovate.yml +++ b/.forgejo/workflows/renovate.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Load renovate repo cache - uses: https://code.forgejo.org/actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: https://code.forgejo.org/actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | .tmp/cache/renovate/repository @@ -60,7 +60,7 @@ jobs: - name: Save renovate repo cache if: always() && env.RENOVATE_DRY_RUN != 'full' - uses: https://code.forgejo.org/actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: https://code.forgejo.org/actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | .tmp/cache/renovate/repository