From f7c344faa62365beb8ca1f3e441801be021a337c Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 12 Mar 2025 16:04:42 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/cache action to v4 --- .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 e959301..2102b7d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: actions/checkout@v3 - name: "Cache Gradle dependencies" - uses: https://github.com/actions/cache@v3 + uses: https://github.com/actions/cache@v4 with: path: | ~/.gradle/caches