From 20d2b7155f64bc080fc088c2022df247ca3b7e2b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Mar 2026 01:01:48 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .gitea/workflows/render-manifests-dispatch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/render-manifests-dispatch.yaml b/.gitea/workflows/render-manifests-dispatch.yaml index 389696f10..5858313f9 100644 --- a/.gitea/workflows/render-manifests-dispatch.yaml +++ b/.gitea/workflows/render-manifests-dispatch.yaml @@ -44,7 +44,7 @@ jobs: kubeconfig: ${{ secrets.KUBECONFIG }} - name: Cache Helm Dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/helm