Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 8, 2024
1 parent 659bfb9 commit f04f2b6
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@v3.2.0
- uses: gradle/gradle-build-action@v3.2.1
- name: spotless
run: ./gradlew spotlessCheck

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

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

- uses: gradle/gradle-build-action@v3.2.0
- uses: gradle/gradle-build-action@v3.2.1
- 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@v3.2.0
uses: gradle/gradle-build-action@v3.2.1

# Grants execute permission to gradle (safety step)
- name: Grant Permissions to gradlew
Expand Down

0 comments on commit f04f2b6

Please sign in to comment.