Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and VaiTon committed Jan 29, 2024
1 parent 4cb3c05 commit 4cf86e0
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.9.0
uses: gradle/gradle-build-action@v2.12.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.9.0
uses: gradle/gradle-build-action@v2.12.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.9.0
uses: gradle/gradle-build-action@v2.12.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.9.0
uses: gradle/gradle-build-action@v2.12.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.9.0
uses: gradle/gradle-build-action@v2.12.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.9.0
uses: gradle/gradle-build-action@v2.12.0
with:
arguments: >
testObfPlaystoreDebugUnitTest
Expand Down

0 comments on commit 4cf86e0

Please sign in to comment.