From dc166393893a29c316caa7620906eaed27cafb75 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:32:19 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v3 --- .github/workflows/baseline-profile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index 2efbb462..ef93ba01 100644 --- a/.github/workflows/baseline-profile.yml +++ b/.github/workflows/baseline-profile.yml @@ -45,7 +45,7 @@ jobs: # Sets gradle up - name: Setup Gradle - uses: gradle/gradle-build-action@v2.12.0 + uses: gradle/gradle-build-action@v3.0.0 # Grants execute permission to gradle (safety step) - name: Grant Permissions to gradlew