From 41f58398ba951d72ff356228880d7fcb07a8509c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 11 Dec 2025 21:49:53 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3d5a070..2393050 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: python-version: 3.14 - name: uv cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /tmp/.uv-cache key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}