From 5bb115642f6cb83ae928e865fc2ab6c170cad16b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:09:43 +0000 Subject: [PATCH] Update gradle/actions action to v5 --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9130fa3..9cab4a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: if: matrix.jdk.version != '17' shell: bash run: echo "TOOLCHAIN_JDK=$JAVA_HOME" >> $GITHUB_ENV - - uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4 + - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - shell: bash @@ -78,7 +78,7 @@ jobs: - name: 'Prepare TOOLCHAIN_JDK env var' shell: bash run: echo "TOOLCHAIN_JDK=$JAVA_HOME" >> $GITHUB_ENV - - uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4 + - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - shell: bash @@ -106,7 +106,7 @@ jobs: with: distribution: liberica java-version: 17 - - uses: gradle/actions/setup-gradle@748248ddd2a24f49513d8f472f81c3a07d4d50e1 # v4.4.4 + - uses: gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5.0.0 with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - shell: bash