From 9ee51c5f9dfaffe5534212a862846071d22a685e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:22:07 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v3.3.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 b4d02041..c177a306 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@v3.2.1 + uses: gradle/gradle-build-action@v3.3.0 # Grants execute permission to gradle (safety step) - name: Grant Permissions to gradlew