Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 13, 2024
1 parent d3473e1 commit b9ee340
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.3.2
- uses: gradle/gradle-build-action@v3.4.0
- name: spotless
run: ./gradlew spotlessCheck

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

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

- uses: gradle/gradle-build-action@v3.3.2
- uses: gradle/gradle-build-action@v3.4.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@v3.3.2
uses: gradle/gradle-build-action@v3.4.0

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

0 comments on commit b9ee340

Please sign in to comment.