From ce17a9de8c20e70a387a279a1743ae1e30b661b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 21:04:57 +0000 Subject: [PATCH] Update gradle/actions action to v5 --- .github/workflows/runTests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/runTests.yml b/.github/workflows/runTests.yml index 50cad8ee..8849e0c7 100644 --- a/.github/workflows/runTests.yml +++ b/.github/workflows/runTests.yml @@ -17,7 +17,7 @@ jobs: distribution: 'zulu' java-version-file: .java-version - name: Set up Gradle - uses: gradle/actions/setup-gradle@v4.4.4 + uses: gradle/actions/setup-gradle@v5.0.0 with: cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }} - name: Build with Gradle