From ed781005eab75c44a79b616d8cd6ad64697fc63c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 10:28:49 -0500 Subject: [PATCH] chore(deps): update actions/cache action to v6 (#5914) --- .github/actions/gradle-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/gradle-setup/action.yml b/.github/actions/gradle-setup/action.yml index 200e62a1b..1628f8ca8 100644 --- a/.github/actions/gradle-setup/action.yml +++ b/.github/actions/gradle-setup/action.yml @@ -33,7 +33,7 @@ runs: - name: Restore cached JetBrains JDK 21 if: inputs.install_jetbrains_jdk == 'true' id: cache-jbr - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ runner.tool_cache }}/Java_JetBrains_jdk key: jbr-21-${{ runner.os }}-${{ runner.arch }}