From af982ad8444e306f69fd4f97333d68828d514cb5 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Wed, 8 Apr 2026 19:01:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix:=20update=20to=20actions/cac?= =?UTF-8?q?he@v5=20for=20better=20Gitea=20compatibility?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index 83ed159..c95f9a8 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -160,7 +160,7 @@ jobs: - name: Restore Swagger Docs Cache id: cache-swagger-restore - uses: actions/cache/restore@v3 + uses: actions/cache/restore@v5 with: path: | pkg/server/docs/docs.go @@ -176,7 +176,7 @@ jobs: - name: Save Swagger Docs Cache id: cache-swagger-save - uses: actions/cache/save@v3 + uses: actions/cache/save@v5 with: path: | pkg/server/docs/docs.go