Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.9.0 (#374)
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] committed Nov 3, 2023
1 parent 9599b60 commit 24aa849
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cache: "gradle"

- name: Check codestyle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: spotlessCheck
gradle-home-cache-cleanup: true
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
run: printf 'y\ny\ny\ny\ny\ny\n' | $ANDROID_HOME/tools/bin/sdkmanager --licenses

- name: Build signed APKs
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: assembleRelease
gradle-home-cache-cleanup: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cache: "gradle"

- name: Check codestyle
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: spotlessCheck
gradle-home-cache-cleanup: true
Expand All @@ -74,7 +74,7 @@ jobs:
cache: "gradle"

- name: Run lint on debug variants
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: lintDebug
gradle-home-cache-cleanup: true
Expand All @@ -99,7 +99,7 @@ jobs:
cache: "gradle"

- name: Build debug APKs
uses: gradle/gradle-build-action@v2.8.0
uses: gradle/gradle-build-action@v2.9.0
with:
arguments: assembleDebug
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit 24aa849

Please sign in to comment.