🔧 fix: update to actions/cache@v5 for better Gitea compatibility

This commit is contained in:
2026-04-08 19:01:49 +02:00
parent 2654b05f3b
commit af982ad844

View File

@@ -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