dependabot[bot] opened a new pull request, #22018:
URL: https://github.com/apache/datafusion/pull/22018

   Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) 
from 2.74.0 to 2.77.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/taiki-e/install-action/releases";>taiki-e/install-action's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.77.0</h2>
   <ul>
   <li>
   <p>Support <code>rust</code>. (<a 
href="https://redirect.github.com/taiki-e/install-action/pull/1779";>#1779</a>)</p>
   <p>This installs rust using rustup.</p>
   <p>If rustup is not yet installed, this action downloads <a 
href="https://rust-lang.github.io/rustup/installation/other.html#manual-installation";>rustup-init
 for the current platform</a> using HTTPS with tlsv1.2+, verifies SHA256 
checksum, and then installs rustup using it.</p>
   <p>This also supports installing additional components at the same time by 
<code>+&lt;additional&gt;</code> syntax:</p>
   <pre lang="yaml"><code>- uses: taiki-e/install-action@v2
     with:
       # Install rust stable with rustfmt component and wasm32-wasip1 target.
       tool: rust+rustfmt+wasm32-wasip1
       # When installing another rust version:
       # tool: rust@nightly + rustfmt + wasm32-wasip1
   </code></pre>
   </li>
   <li>
   <p>Fix issue where x86_64 binary will be installed on AArch64 Windows even 
when AArch64 Windows binary available.</p>
   </li>
   <li>
   <p>Update <code>mise@latest</code> to 2026.5.0.</p>
   </li>
   <li>
   <p>Diagnostic improvements.</p>
   </li>
   </ul>
   <h2>2.76.0</h2>
   <ul>
   <li>
   <p>Support <code>mdbook-d2</code>. (<a 
href="https://redirect.github.com/taiki-e/install-action/pull/1737";>#1737</a>, 
thanks <a href="https://github.com/nhu";><code>@​nhu</code></a>)</p>
   </li>
   <li>
   <p>Support <code>cargo-apple-runner</code>. (<a 
href="https://redirect.github.com/taiki-e/install-action/pull/1731";>#1731</a>, 
thanks <a href="https://github.com/madsmtm";><code>@​madsmtm</code></a>)</p>
   </li>
   <li>
   <p>Support <code>cargo-binstall</code> on riscv64 Linux.</p>
   </li>
   <li>
   <p>Update <code>cargo-deb@latest</code> to 3.7.0.</p>
   </li>
   <li>
   <p>Update <code>tombi@latest</code> to 0.10.2.</p>
   </li>
   </ul>
   <h2>2.75.30</h2>
   <ul>
   <li>
   <p>Support <code>cargo-spellcheck</code> on AArch64 Linux/Windows.</p>
   </li>
   <li>
   <p>Update <code>cargo-spellcheck@latest</code> to 0.15.7.</p>
   </li>
   <li>
   <p>Update <code>biome@latest</code> to 2.4.14.</p>
   </li>
   </ul>
   <h2>2.75.29</h2>
   <ul>
   <li>
   <p>Update <code>syft@latest</code> to 1.44.0.</p>
   </li>
   <li>
   <p>Update <code>rclone@latest</code> to 1.74.0.</p>
   </li>
   <li>
   <p>Update <code>osv-scanner@latest</code> to 2.3.6.</p>
   </li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md";>taiki-e/install-action's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <p>All notable changes to this project will be documented in this file.</p>
   <p>This project adheres to <a href="https://semver.org";>Semantic 
Versioning</a>.</p>
   <!-- raw HTML omitted -->
   <h2>[Unreleased]</h2>
   <h2>[2.77.0] - 2026-05-05</h2>
   <ul>
   <li>
   <p>Support <code>rust</code>. (<a 
href="https://redirect.github.com/taiki-e/install-action/pull/1779";>#1779</a>)</p>
   <p>This installs rust using rustup.</p>
   <p>If rustup is not yet installed, this action downloads <a 
href="https://rust-lang.github.io/rustup/installation/other.html#manual-installation";>rustup-init
 for the current platform</a> using HTTPS with tlsv1.2+, verifies SHA256 
checksum, and then installs rustup using it.</p>
   <p>This also supports installing additional components at the same time by 
<code>+&lt;additional&gt;</code> syntax:</p>
   <pre lang="yaml"><code>- uses: taiki-e/install-action@v2
     with:
       # Install rust stable with rustfmt component and wasm32-wasip1 target.
       tool: rust+rustfmt+wasm32-wasip1
       # When installing another rust version:
       # tool: rust@nightly + rustfmt + wasm32-wasip1
   </code></pre>
   </li>
   <li>
   <p>Fix issue where x86_64 binary will be installed on AArch64 Windows even 
when AArch64 Windows binary available.</p>
   </li>
   <li>
   <p>Update <code>mise@latest</code> to 2026.5.0.</p>
   </li>
   <li>
   <p>Diagnostic improvements.</p>
   </li>
   </ul>
   <h2>[2.76.0] - 2026-05-04</h2>
   <ul>
   <li>
   <p>Support <code>mdbook-d2</code>. (<a 
href="https://redirect.github.com/taiki-e/install-action/pull/1737";>#1737</a>, 
thanks <a href="https://github.com/nhu";><code>@​nhu</code></a>)</p>
   </li>
   <li>
   <p>Support <code>cargo-apple-runner</code>. (<a 
href="https://redirect.github.com/taiki-e/install-action/pull/1731";>#1731</a>, 
thanks <a href="https://github.com/madsmtm";><code>@​madsmtm</code></a>)</p>
   </li>
   <li>
   <p>Support <code>cargo-binstall</code> on riscv64 Linux.</p>
   </li>
   <li>
   <p>Update <code>cargo-deb@latest</code> to 3.7.0.</p>
   </li>
   <li>
   <p>Update <code>tombi@latest</code> to 0.10.2.</p>
   </li>
   </ul>
   <h2>[2.75.30] - 2026-05-03</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/7ea35f098a7369cd23488403f58be9c491a6c55f";><code>7ea35f0</code></a>
 Release 2.77.0</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/18aca711fec726d3b1f207d9c2e2dcb2be4f715e";><code>18aca71</code></a>
 Update changelog</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/b62b50877f2da520c746cacca26fbac87fa759d8";><code>b62b508</code></a>
 Update <code>mise@latest</code> to 2026.5.0</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/11569735dc5933d704ab7f54e9a880dfe1262ec9";><code>1156973</code></a>
 codegen: Improve changelog handling</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/07924c74158667eda2701a65a54cbbb5a7b1ab76";><code>07924c7</code></a>
 Diagnostic improvements</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/fbb8be9fc564b1bbf6fd8f551f37c9aab74b0c3a";><code>fbb8be9</code></a>
 Reduce uname usage</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/ca67a3acf18faf5c4bb19c2f3f3b805ebcf8b66b";><code>ca67a3a</code></a>
 Support +&lt;additional&gt; syntax for rust</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/bbe1b9d5e11e241c571232ae1ebae91b7db2e89b";><code>bbe1b9d</code></a>
 Support rust</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/a70acaa82235c0ac7a01df9deec2072adc0acaf9";><code>a70acaa</code></a>
 Update tombi manifest</li>
   <li><a 
href="https://github.com/taiki-e/install-action/commit/711e1c3275189d76dcc4d34ddea63bf96ac49090";><code>711e1c3</code></a>
 Release 2.76.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/taiki-e/install-action/compare/v2.74.0...7ea35f098a7369cd23488403f58be9c491a6c55f";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=taiki-e/install-action&package-manager=github_actions&previous-version=2.74.0&new-version=2.77.0)](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 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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to