Skip to content

Commit

Permalink
build(deps): Bump gradle/gradle-build-action from 2.12.0 to 3.3.2
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.3.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2.12.0...v3.3.2)

---
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>
  • Loading branch information
dependabot[bot] committed Apr 26, 2024
1 parent c62207d commit 27ee246
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.3.2
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.3.2
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.3.2
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.3.2
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.3.2
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.3.2
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand Down

0 comments on commit 27ee246

Please sign in to comment.