Skip to content

Commit

Permalink
build(deps): bump android-actions/setup-android from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 3.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](android-actions/setup-android@v2...v3)

---
updated-dependencies:
- dependency-name: android-actions/setup-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and djc committed Aug 19, 2024
1 parent 1e00247 commit abaa2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
java-version: '21'

- name: Install Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3

- name: Install Android NDK
run: sdkmanager --install "ndk;25.2.9519653"
Expand Down

0 comments on commit abaa2d3

Please sign in to comment.