Skip to content

Commit 8dfb0d2

Browse files
Bump nttld/setup-ndk from 1.2.0 to 1.3.1 (#118)
Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.2.0 to 1.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nttld/setup-ndk/releases">nttld/setup-ndk's releases</a>.</em></p> <blockquote> <h2>setup-ndk 1.3.1</h2> <ul> <li>Fix full version for betas</li> </ul> <h2>setup-ndk 1.3.0</h2> <ul> <li>New <code>link-to-ndk</code> option to link the installed NDK to the Android SDK</li> <li>New <code>ndk-full-version</code> output</li> <li>Target ES2021 instead of ES5 since the action runs on Node 16</li> <li>Dependencies update</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nttld/setup-ndk/commit/dbacc5871a0fac6eef9a09d2ca86bc8bf79432c3"><code>dbacc58</code></a> 1.3.1</li> <li><a href="https://github.com/nttld/setup-ndk/commit/3c76fb6e0ccc5e0bd4e953eeb9ab89f1228b9597"><code>3c76fb6</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/499">#499</a> from nttld/beta-full-version</li> <li><a href="https://github.com/nttld/setup-ndk/commit/2f5e5bb0e84db66d0338ee195b70f617d5c90e9a"><code>2f5e5bb</code></a> fix getFullVersion for betas</li> <li><a href="https://github.com/nttld/setup-ndk/commit/a68b0294b912b4137a069d4ef2a65f552253201c"><code>a68b029</code></a> 1.3.0</li> <li><a href="https://github.com/nttld/setup-ndk/commit/a6aae876873fee78ddf9771f0bb1366fb69fb919"><code>a6aae87</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/497">#497</a> from nttld/android-sdk</li> <li><a href="https://github.com/nttld/setup-ndk/commit/1fa2a05fc585398441bcb9f03a337f13c30e214f"><code>1fa2a05</code></a> in -&gt; for</li> <li><a href="https://github.com/nttld/setup-ndk/commit/51c4d70731819095d12dda2f7ed2c263537cff3e"><code>51c4d70</code></a> update readme</li> <li><a href="https://github.com/nttld/setup-ndk/commit/054bcf0daca6469bd2a50a36d3c8c4e75e2ef41f"><code>054bcf0</code></a> gracefully handle EEXIST</li> <li><a href="https://github.com/nttld/setup-ndk/commit/32751369dac1fe685f481454ccb776d2000fc3d1"><code>3275136</code></a> don't set full-version if it fails to detect</li> <li><a href="https://github.com/nttld/setup-ndk/commit/0872f652f3fc5592e3db8361953089cf9b366b27"><code>0872f65</code></a> code cleanup</li> <li>Additional commits viewable in <a href="https://github.com/nttld/setup-ndk/compare/8c3b609ff4d54576ea420551943fd34b4d03b0dc...dbacc5871a0fac6eef9a09d2ca86bc8bf79432c3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nttld/setup-ndk&package-manager=github_actions&previous-version=1.2.0&new-version=1.3.1)](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`. --- <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>
1 parent 5a1361b commit 8dfb0d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
sdk: ${{ matrix.sdk }}
4747

48-
- uses: nttld/setup-ndk@8c3b609ff4d54576ea420551943fd34b4d03b0dc
48+
- uses: nttld/setup-ndk@dbacc5871a0fac6eef9a09d2ca86bc8bf79432c3
4949
with:
5050
ndk-version: r25b
5151
if: ${{ matrix.sdk == 'stable' }}

0 commit comments

Comments
 (0)