From 53fc91da1903f5dfaee66fb5403b5eeb0abb4791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 15:21:57 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v3 [SECURITY] --- .github/workflows/build_with_gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_with_gradle.yml b/.github/workflows/build_with_gradle.yml index f0c1fe7..e4dee08 100644 --- a/.github/workflows/build_with_gradle.yml +++ b/.github/workflows/build_with_gradle.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' - name: Setup Gradle - uses: gradle/gradle-build-action@v2 + uses: gradle/gradle-build-action@v3 - name: Run build with Gradle Wrapper run: ./gradlew build