From 2c6074efaa63eca4fdbbcfeab64d17475ed61a73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:31:31 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .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..d15b05e 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@v6 with: path: | ~/.gradle/caches