From a8bddbcaed601d1cca0d1e4dde0a7670f9af83a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 May 2026 10:20:24 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4.3.0 --- .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..5a203fe 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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | node_modules