diff --git a/.github/workflows/baseline-profile.yml b/.github/workflows/baseline-profile.yml index 2efbb462..ef93ba01 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.12.0 + uses: gradle/gradle-build-action@v3.0.0 # Grants execute permission to gradle (safety step) - name: Grant Permissions to gradlew