Skip to content

Commit

Permalink
build(deps): bump gradle/gradle-build-action from 1.5.1 to 2 (#4268)
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 1.5.1 to 2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v1.5.1...v2)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 11, 2021
1 parent 7a32297 commit 837ce43
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: "11"

- name: Compile screenshots android tests
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: >
compileOffPlaystoreScreenshotsAndroidTestSources
Expand All @@ -45,7 +45,7 @@ jobs:
java-version: "11"

- name: Run unit tests
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand All @@ -72,7 +72,7 @@ jobs:
run: 'echo "ndk.dir=${ANDROID_HOME}/ndk-bundle" > local.properties'

- name: Assemble debug APKs
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: assembleDebug

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: "echo \"org.gradle.jvmargs=-Xmx4096m\" >> gradle.properties"

- name: Lint sources
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: lintOffPlayStoreDebug --stacktrace

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
run: chmod +x gradlew

- name: Generate documentation
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: dokkaHtml

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: testOffPlaystoreDebugUnitTest --stacktrace

Expand All @@ -39,7 +39,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: testObfPlaystoreDebugUnitTest --stacktrace

Expand All @@ -57,7 +57,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: testOpfPlaystoreDebugUnitTest --stacktrace

Expand All @@ -75,7 +75,7 @@ jobs:
java-version: '11'

- name: Unit tests
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: testOpffPlaystoreDebugUnitTest --stacktrace

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2

- name: Run detekt
uses: gradle/gradle-build-action@v1.5.1
uses: gradle/gradle-build-action@v2
with:
arguments: detekt

Expand Down

0 comments on commit 837ce43

Please sign in to comment.