From 732f3460e5b48f8b5f312c13f19245f618bc4236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 14:40:56 +0000 Subject: [PATCH] Update actions/cache action to v5.0.3 --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 49a9e77..0e8a38b 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -22,7 +22,7 @@ jobs: # https://github.com/actions/cache - name: Cache Gradle - uses: actions/cache@v5.0.2 + uses: actions/cache@v5.0.3 with: path: | ~/.gradle/caches