From 0b58d213a402263e99c4f07ee7b4eebf48941d83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:22:48 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v2.12.0 --- .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 a564a099..2efbb462 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.11.1 + uses: gradle/gradle-build-action@v2.12.0 # Grants execute permission to gradle (safety step) - name: Grant Permissions to gradlew