Skip to content

Commit

Permalink
Bump android-actions/setup-android from 3.2.1 to 3.2.2 (#206)
Browse files Browse the repository at this point in the history
Bumps
[android-actions/setup-android](https://github.com/android-actions/setup-android)
from 3.2.1 to 3.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/android-actions/setup-android/releases">android-actions/setup-android's
releases</a>.</em></p>
<blockquote>
<h2>v3.2.2</h2>
<p>Add support for cmdline-tools versions 12, 13, and 16 by <a
href="https://github.com/warting"><code>@​warting</code></a> in <a
href="https://redirect.github.com/android-actions/setup-android/pull/493">android-actions/setup-android#493</a>
.</p>
<p>Updated npm dependencies</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/android-actions/setup-android/commit/9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407"><code>9fc6c4e</code></a>
Update dependencies</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/edebe8927a3b2d8aa36069f1f93fb237ebef554d"><code>edebe89</code></a>
Update cmdline-tools version in README.md</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/2022e05939e6436bdfea124a6369d4804eeb1a12"><code>2022e05</code></a>
Add support for versions 12, 13, and 16</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/f34c17e4f428294bb88d90c6e7f2f8dc409fb5d7"><code>f34c17e</code></a>
[CI] Disable macos-11, enable macos-14</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/29d7cbabdd668865ad7f66328f33234b36ba614a"><code>29d7cba</code></a>
[CI] Add workflow_dispatch to run workflow. Remove .github/*.json
trigger.</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/bb5134ce764b7b9b7b4cab65863f705583af2e61"><code>bb5134c</code></a>
[CI] Run tests on push in any branch, not just main/release</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/4b7c168f7a0db06c38b251f296a92b29575ce6cf"><code>4b7c168</code></a>
Bump github/codeql-action from 2 to 3</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/39fe32d9f9427cb5169f449b3b21d77da5f88242"><code>39fe32d</code></a>
npm update typescript</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/9b404b77f3aa4315fb6f2cb2cabe4442887b3550"><code>9b404b7</code></a>
npm update eslint</li>
<li><a
href="https://github.com/android-actions/setup-android/commit/b15b7e58c126852d3611e3cf74574a8403068d59"><code>b15b7e5</code></a>
npm update</li>
<li>Additional commits viewable in <a
href="https://github.com/android-actions/setup-android/compare/v3.2.1...v3.2.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=android-actions/setup-android&package-manager=github_actions&previous-version=3.2.1&new-version=3.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

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 Nov 16, 2024
1 parent dbfda09 commit 5462783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Setup Android SDK Tools
uses: android-actions/[email protected].1
uses: android-actions/[email protected].2
- name: Build release APK
run: |
./gradlew assembleRelease
Expand Down

0 comments on commit 5462783

Please sign in to comment.