Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 19, 2023
1 parent a37b557 commit a1ec7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
distribution: zulu
java-version: 17
- uses: gradle/gradle-build-action@v2.7.1
- uses: gradle/gradle-build-action@v2.9.0
- name: spotless
run: ./gradlew spotlessCheck

Expand All @@ -33,7 +33,7 @@ jobs:
with:
distribution: zulu
java-version: 17
- uses: gradle/gradle-build-action@v2.7.1
- uses: gradle/gradle-build-action@v2.9.0
- name: API check
run: ./gradlew apiCheck

Expand All @@ -47,7 +47,7 @@ jobs:
distribution: zulu
java-version: 17

- uses: gradle/gradle-build-action@v2.7.1
- uses: gradle/gradle-build-action@v2.9.0
- name: Make Gradle executable
run: chmod +x ./gradlew

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/baseline-profile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1ec7e4

Please sign in to comment.