Skip to content

Commit

Permalink
Bump hannesa2/action-android from 0.1.16.7 to 0.1.16.9
Browse files Browse the repository at this point in the history
Bumps [hannesa2/action-android](https://github.com/hannesa2/action-android) from 0.1.16.7 to 0.1.16.9.
- [Release notes](https://github.com/hannesa2/action-android/releases)
- [Commits](hannesa2/action-android-M1@0.1.16.7...0.1.16.9)

---
updated-dependencies:
- dependency-name: hannesa2/action-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 47e5203 commit 110775c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
distribution: 'adopt'
java-version: 17
- name: Install Android SDK
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
- name: Build project
run: ./gradlew assemble
- name: Run instrumentation tests
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
with:
cmd: ./gradlew cAT --continue
api: ${{ matrix.api }}
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
java-version: 17
- uses: gradle/[email protected]
- name: Install Android SDK
uses: hannesa2/action-android/[email protected].7
uses: hannesa2/action-android/[email protected].9
- name: Build project
run: ./gradlew check
- name: Archive Lint report
Expand Down

0 comments on commit 110775c

Please sign in to comment.