From eb5defd54e4eb613946e8ac533956ce6e2b1dd58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Mar 2024 02:08:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .gitea/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml index 4a87118..2765e83 100644 --- a/.gitea/workflows/renovate.yml +++ b/.gitea/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Restore Renovate Cache id: cache-renovate - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v4 with: path: /tmp/renovate/cache key: ${{ runner.os }}-renovate-cache @@ -33,7 +33,7 @@ jobs: - name: Save Renovate Cache id: cache-renovate - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: /tmp/renovate/cache key: ${{ runner.os }}-renovate-cache