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