From 2825fe5a3ecde3be91db7c87366bd64960ccc460 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 4 Oct 2024 21:03:41 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.1.0 --- .forgejo/actions/renovate/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/renovate/action.yaml b/.forgejo/actions/renovate/action.yaml index 6bdd2a0..a16dcb3 100644 --- a/.forgejo/actions/renovate/action.yaml +++ b/.forgejo/actions/renovate/action.yaml @@ -24,7 +24,7 @@ inputs: runs: using: 'composite' steps: - - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + - uses: actions/cache/restore@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | .tmp/cache/renovate/repository @@ -52,7 +52,7 @@ runs: - name: Save renovate repo cache if: always() && inputs.save-cache == 'true' - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 + uses: actions/cache/save@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | .tmp/cache/renovate/repository -- 2.46.0