From 8fdb0815893377b7197f6a9b6de2e4f401f63754 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 15:25:02 +0000 Subject: [PATCH] Update gradle/gradle-build-action action to v2.9.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 1d1222b6..f2a2d552 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.7.0 + uses: gradle/gradle-build-action@v2.9.0 # Grants execute permission to gradle (safety step) - name: Grant Permissions to gradlew