Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent b3fc4e9 commit ebf82aa
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.4.2
uses: gradle/gradle-build-action@v2.8.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.4.2
uses: gradle/gradle-build-action@v2.8.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.4.2
uses: gradle/gradle-build-action@v2.8.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.4.2
uses: gradle/gradle-build-action@v2.8.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.4.2
uses: gradle/gradle-build-action@v2.8.0
with:
arguments: assembleDebug
gradle-home-cache-cleanup: true
Expand Down

0 comments on commit ebf82aa

Please sign in to comment.