Skip to content

Commit a87f6fe

Browse files
chore(deps): bump taiki-e/install-action from 2.74.0 to 2.77.0 (apache#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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60296ee commit a87f6fe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
- name: Install cargo-audit
48-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
48+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
4949
with:
5050
tool: cargo-audit
5151
- name: Run audit check

.github/workflows/breaking_changes_detector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Install cargo-semver-checks
9191
if: steps.changed_crates.outputs.packages != ''
92-
uses: taiki-e/install-action@94cb46f8d6e437890146ffbd78a778b78e623fb2 # v2.74.0
92+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
9393
with:
9494
tool: cargo-semver-checks
9595

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
source ci/scripts/utils/tool_versions.sh
6565
echo "LYCHEE_VERSION=${LYCHEE_VERSION}" >> "$GITHUB_ENV"
6666
- name: Install lychee
67-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
67+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
6868
with:
6969
tool: lychee@${{ env.LYCHEE_VERSION }}
7070
- name: Run markdown link check

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ jobs:
429429
sudo apt-get update -qq
430430
sudo apt-get install -y -qq clang
431431
- name: Setup wasm-pack
432-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
432+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
433433
with:
434434
tool: wasm-pack
435435
- name: Run tests with headless mode
@@ -774,7 +774,7 @@ jobs:
774774
- name: Setup Rust toolchain
775775
uses: ./.github/actions/setup-builder
776776
- name: Install cargo-msrv
777-
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
777+
uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
778778
with:
779779
tool: cargo-msrv
780780

0 commit comments

Comments
 (0)