Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.12.0 (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 05d4b27 commit badbdd6
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@v2.10.0
uses: gradle/gradle-build-action@v2.12.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@v2.10.0
uses: gradle/gradle-build-action@v2.12.0
with:
arguments: assembleDebug
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit badbdd6

Please sign in to comment.