Skip to content

Commit

Permalink
Bump nttld/setup-ndk from 1.4.1 to 1.4.2 (#841)
Browse files Browse the repository at this point in the history
Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.4.1 to 1.4.2.
<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.4.2</h2>
<ul>
<li>Overwrite existing install when using <code>link-to-sdk</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/nttld/setup-ndk/commit/6a7e9c5494a25c4842ca1011f710300132eacd94"><code>6a7e9c5</code></a> 1.4.2</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/e25540eccd0a28bcfcfb8b195ca948c67bd87936"><code>e25540e</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/519">#519</a> from nttld/overwrite</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/e6d76e02e43b15ffbbb6efe04f832a86eac1126e"><code>e6d76e0</code></a> overwrite existing ndks</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/aabd40135041b0fb9be93474acac276bce1dea54"><code>aabd401</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/517">#517</a> from nttld/dependabot/npm_and_yarn/dev-dependencies-9...</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/492aab9de81879379be45e7a789971d0076cf819"><code>492aab9</code></a> Bump the dev-dependencies group with 3 updates</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/b840b449e122fe05ebf09545f223950bb12b8226"><code>b840b44</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/516">#516</a> from nttld/dependabot/npm_and_yarn/dev-dependencies-4...</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/5d96d958c850ff978e17781a3e7a5387e6368ff9"><code>5d96d95</code></a> Bump the dev-dependencies group with 4 updates</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/4ccdc1260db6b209735fb0a6d97ee938cf169296"><code>4ccdc12</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/515">#515</a> from nttld/dependabot/npm_and_yarn/dev-dependencies-b...</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/664b0ec36147f7603413d1bd1f024ce871270204"><code>664b0ec</code></a> Bump the dev-dependencies group with 3 updates</li>
<li><a href="https://github.com/nttld/setup-ndk/commit/3fc7270849d7c9e75981ebddbd7963a812bc1521"><code>3fc7270</code></a> Merge pull request <a href="https://redirect.github.com/nttld/setup-ndk/issues/514">#514</a> from lomirus/main</li>
<li>Additional commits viewable in <a href="https://github.com/nttld/setup-ndk/compare/3354316c3285ea90da09d047280dd79d00d5a37a...6a7e9c5494a25c4842ca1011f710300132eacd94">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.4.1&new-version=1.4.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`.

---

<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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent b5827f3 commit de66c93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
sdk: ${{ matrix.sdk }}

- uses: nttld/setup-ndk@3354316c3285ea90da09d047280dd79d00d5a37a
- uses: nttld/setup-ndk@6a7e9c5494a25c4842ca1011f710300132eacd94
with:
ndk-version: r26b
if: ${{ matrix.sdk == 'stable' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native_toolchain_c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
sdk: ${{ matrix.sdk }}

- uses: nttld/setup-ndk@3354316c3285ea90da09d047280dd79d00d5a37a
- uses: nttld/setup-ndk@6a7e9c5494a25c4842ca1011f710300132eacd94
with:
ndk-version: r26b
if: ${{ matrix.sdk == 'stable' }}
Expand Down

0 comments on commit de66c93

Please sign in to comment.