From 3056c5631db311f970e7f5929be9970088511aca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:01:54 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9c2cf1..998e836 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: distribution: temurin java-version: 17 - name: Cache Gradle packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }} @@ -38,7 +38,7 @@ jobs: distribution: temurin java-version: 17 - name: Cache Gradle packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}