Skip to content

Commit

Permalink
chore(deps): update gradle/gradle-build-action action to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 350e4b9 commit 388a4bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'gradle'

- name: Check codestyle
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache spotlessCheck

Expand All @@ -43,7 +43,7 @@ jobs:
cache: 'gradle'

- name: Run unit tests
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache test

Expand All @@ -70,7 +70,7 @@ jobs:
cache: 'gradle'

- name: Build debug APKs
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache assembleDebug

Expand All @@ -90,7 +90,7 @@ jobs:
cache: 'gradle'

- name: Run Lint on debug variants
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache lintDebug

Expand All @@ -110,7 +110,7 @@ jobs:
cache: 'gradle'

- name: Generate coverage reports with kotlinx-kover
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache koverXmlReport

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/android_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'gradle'

- name: Check codestyle
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache spotlessCheck

Expand All @@ -43,7 +43,7 @@ jobs:
cache: 'gradle'

- name: Run unit tests
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache test

Expand All @@ -70,7 +70,7 @@ jobs:
cache: 'gradle'

- name: Build debug APKs
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache assembleDebug

Expand All @@ -90,7 +90,7 @@ jobs:
cache: 'gradle'

- name: Run Lint on debug variants
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache lintDebug

Expand All @@ -110,7 +110,7 @@ jobs:
cache: 'gradle'

- name: Generate coverage reports with kotlinx-kover
uses: gradle/gradle-build-action@v2.4.2
uses: gradle/gradle-build-action@v2.11.1
with:
arguments: --no-configuration-cache koverXmlReport

Expand Down

0 comments on commit 388a4bb

Please sign in to comment.