From ed13a278a142979ab4a68f4d7432913baf5b1ce8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jul 2026 04:14:07 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .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 919f9b3..e6f8d30 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0 with: path: | node_modules