From b8d87736a99411f2d8c066f59e8ef27d94ea3e45 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 May 2026 10:20:29 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index da33f50..3c907d6 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -20,7 +20,7 @@ jobs: - name: Cache dependencies id: cache-deps - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 with: path: | node_modules