From bb519fc5b62dddd42fd149c3f1e19931dfd8644d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 17 Jan 2024 17:03:41 +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 9c041ad..84f4101 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