Skip to content

Commit

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

---
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent ba34e86 commit 70bc637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: '17'
if: ${{ matrix.os != 'self-hosted' }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciBuildAndTest --stacktrace

Expand All @@ -49,11 +49,11 @@ jobs:
java-version: '17'
if: ${{ matrix.os != 'self-hosted' }}

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: ciSdkManagerLicenses --stacktrace

- uses: gradle/gradle-build-action@v2
- uses: gradle/gradle-build-action@v3
with:
arguments: managedVirtualDevice${{ matrix.managed-virtual-device }}DebugAndroidTest
--no-parallel --max-workers=1
Expand Down

0 comments on commit 70bc637

Please sign in to comment.