Skip to content

Commit 0a4eee9

Browse files
Bump taiki-e/install-action from 2.82.9 to 2.82.10 (#197)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.9 to 2.82.10. <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.82.10</h2> <ul> <li> <p>Update <code>tombi@latest</code> to 1.2.0.</p> </li> <li> <p>Update <code>cargo-nextest@latest</code> to 0.9.140.</p> </li> </ul> </blockquote> </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> <h2>[2.82.10] - 2026-07-07</h2> <ul> <li> <p>Update <code>tombi@latest</code> to 1.2.0.</p> </li> <li> <p>Update <code>cargo-nextest@latest</code> to 0.9.140.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/install-action/commit/50414676f9f5d50a65992c6dd2ed02641263226c"><code>5041467</code></a> Release 2.82.10</li> <li><a href="https://github.com/taiki-e/install-action/commit/99a7f87ef1e6f99c941052e455bae2424b27235f"><code>99a7f87</code></a> Update uv manifest</li> <li><a href="https://github.com/taiki-e/install-action/commit/3ab022bf4858764f3ce8bda3e6a945e6269eb922"><code>3ab022b</code></a> Update <code>tombi@latest</code> to 1.2.0</li> <li><a href="https://github.com/taiki-e/install-action/commit/f2df39bdf2bef4791037b2adc3809e6fe98d2104"><code>f2df39b</code></a> Update mdbook manifest</li> <li><a href="https://github.com/taiki-e/install-action/commit/1f59d6175c5e6a275739a4aa090c645bb134e001"><code>1f59d61</code></a> Update <code>cargo-nextest@latest</code> to 0.9.140</li> <li>See full diff in <a href="https://github.com/taiki-e/install-action/compare/v2.82.9...v2.82.10">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.82.9&new-version=2.82.10)](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 380c1af commit 0a4eee9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/mdbook-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v7.0.0
1919
- name: install tools
20-
uses: taiki-e/install-action@v2.82.9
20+
uses: taiki-e/install-action@v2.82.10
2121
with:
2222
tool: mdbook
2323
- name: build

.github/workflows/rust-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v7.0.0
2323
- name: install tools
24-
uses: taiki-e/install-action@v2.82.9
24+
uses: taiki-e/install-action@v2.82.10
2525
with:
2626
tool: |
2727
jaq
@@ -85,7 +85,7 @@ jobs:
8585
steps:
8686
- uses: actions/checkout@v7.0.0
8787
- name: install tools
88-
uses: taiki-e/install-action@v2.82.9
88+
uses: taiki-e/install-action@v2.82.10
8989
with:
9090
tool: parse-changelog
9191
- name: publish release

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- uses: actions/checkout@v7.0.0
8181
- name: install cargo-msrv
82-
uses: taiki-e/install-action@v2.82.9
82+
uses: taiki-e/install-action@v2.82.10
8383
with:
8484
tool: cargo-msrv
8585
- name: check MSRV

0 commit comments

Comments
 (0)