Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v3.5.0 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 575ef56 commit d515fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cache: "gradle"

- name: Check codestyle
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: spotlessCheck
gradle-home-cache-cleanup: true
Expand All @@ -71,7 +71,7 @@ jobs:
cache: "gradle"

- name: Build debug APKs
uses: gradle/gradle-build-action@v3.4.2
uses: gradle/gradle-build-action@v3.5.0
with:
arguments: assembleDebug
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit d515fc1

Please sign in to comment.