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