Skip to content

Commit

Permalink
chore(deps): update gradle/wrapper-validation-action action to v3 (#758)
Browse files Browse the repository at this point in the history
* chore(deps): update gradle/wrapper-validation-action action to v3

* Update build.yml

* Update build.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <gabriel.ittner@gmail.com>
  • Loading branch information
renovate[bot] and gabrielittner committed Apr 18, 2024
1 parent f3b5d22 commit 3ea6b2e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v2

- name: Install JDK ${{ matrix.java_version }}
uses: actions/setup-java@v4
with:
Expand All @@ -32,7 +29,9 @@ jobs:
- name: Accept Android SDK license
run: yes | "$ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager" --licenses

- uses: gradle/gradle-build-action@v3
- uses: gradle/actions/setup-gradle@v3
with:
validate-wrappers: true

- name: Build with Gradle
run: ./gradlew build --stacktrace -DtestConfigMethod=${{ matrix.test_config_method }}

0 comments on commit 3ea6b2e

Please sign in to comment.