Skip to content

Commit

Permalink
build(deps): Bump gradle/gradle-build-action from 2.12.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.12.0 to 3.0.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.12.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 1216b92 commit bb7c10e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Run detekt
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.0.0
with:
arguments: detekt

Expand All @@ -58,7 +58,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

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

- name: Assemble debug APKs
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.0.0
with:
arguments: assembleDebug

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

- name: Lint sources
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.0.0
with:
arguments: lint --stacktrace

Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Generate documentation
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.0.0
with:
arguments: dokkaHtml

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}

- name: Run unit tests
uses: gradle/gradle-build-action@v2.12.0
uses: gradle/gradle-build-action@v3.0.0
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand Down

0 comments on commit bb7c10e

Please sign in to comment.