From da0d04d8efbdbc81c9f4c27dd10149aff93294f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 11 Dec 2025 21:50:17 +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 01035c6..5afd216 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') }} -- 2.49.1