From ab154b9de3dd5765bf4d71e23fe163fbafa7553b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:35:05 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f73f5a3..a480b99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: with: java-version: 21 distribution: 'temurin' - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.gradle/caches