Skip to content

Commit 55e8745

Browse files
chore(deps): bump taiki-e/install-action from 2.79.11 to 2.79.12 (#387)
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.11 to 2.79.12. <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.79.12</h2> <ul> <li> <p>Update <code>prek@latest</code> to 0.4.3.</p> </li> <li> <p>Remove uses of crates.io API, which potentially cases 403 error.</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> <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.79.12] - 2026-05-28</h2> <ul> <li> <p>Update <code>prek@latest</code> to 0.4.3.</p> </li> <li> <p>Remove uses of crates.io API, which potentially cases 403 error.</p> </li> </ul> <h2>[2.79.11] - 2026-05-28</h2> <ul> <li> <p>Update <code>vacuum@latest</code> to 0.26.8.</p> </li> <li> <p>Update <code>cargo-nextest@latest</code> to 0.9.137.</p> </li> </ul> <h2>[2.79.10] - 2026-05-27</h2> <ul> <li> <p>Update <code>tombi@latest</code> to 1.1.0.</p> </li> <li> <p>Update <code>prek@latest</code> to 0.4.2.</p> </li> <li> <p>Update <code>editorconfig-checker@latest</code> to 3.7.0.</p> </li> </ul> <h2>[2.79.9] - 2026-05-26</h2> <ul> <li> <p>Update <code>vacuum@latest</code> to 0.26.7.</p> </li> <li> <p>Update <code>tombi@latest</code> to 1.0.0.</p> </li> </ul> <h2>[2.79.8] - 2026-05-26</h2> <ul> <li> <p>Update <code>parse-dockerfile@latest</code> to 0.1.6.</p> </li> <li> <p>Update <code>knope@latest</code> to 0.23.0.</p> </li> </ul> <h2>[2.79.7] - 2026-05-24</h2> <ul> <li> <p>Update <code>typos@latest</code> to 1.46.3.</p> </li> <li> <p>Update <code>rclone@latest</code> to 1.74.2.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/taiki-e/install-action/commit/6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c"><code>6ed6112</code></a> Release 2.79.12</li> <li><a href="https://github.com/taiki-e/install-action/commit/e5595d7ea68269703fb07be75a1b72cd8478202a"><code>e5595d7</code></a> Update vacuum manifest</li> <li><a href="https://github.com/taiki-e/install-action/commit/7a697beba80151b93c32c358cfc79019ab7febab"><code>7a697be</code></a> Update <code>prek@latest</code> to 0.4.3</li> <li><a href="https://github.com/taiki-e/install-action/commit/846d47aa31e7c4f46ebb4297010cbd12c6b07daf"><code>846d47a</code></a> Update gungraun-runner manifest</li> <li><a href="https://github.com/taiki-e/install-action/commit/b90a8a9122381e15cdd427411a631d17322fc0b7"><code>b90a8a9</code></a> Update cargo-deny manifest</li> <li><a href="https://github.com/taiki-e/install-action/commit/06339b4e201f875404515c14a1ca217acd948b96"><code>06339b4</code></a> Update changelog</li> <li><a href="https://github.com/taiki-e/install-action/commit/528208bb6dbf5c1bcfbe1ec7e10523c576bd18a0"><code>528208b</code></a> Use cargo-binstall's batch install again</li> <li><a href="https://github.com/taiki-e/install-action/commit/17370fd1599050d14287b2d8921adcacf23e8af2"><code>17370fd</code></a> Remove nextest special case about yanking</li> <li>See full diff in <a href="https://github.com/taiki-e/install-action/compare/13608cbb45b01feb47ef444ab1a42dc41ad56f1a...6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c">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.79.11&new-version=2.79.12)](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 12fc455 commit 55e8745

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-gossamer-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
targets: wasm32-unknown-unknown
138138

139139
- name: Install just
140-
uses: taiki-e/install-action@13608cbb45b01feb47ef444ab1a42dc41ad56f1a # v2.79.11
140+
uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12
141141
with:
142142
# Pin an explicit modern just: the Justfile uses `import?`
143143
# (optional import, just >= 1.19.0). Unversioned `tool: just`

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
components: llvm-tools-preview
108108

109109
- name: Install cargo-llvm-cov
110-
uses: taiki-e/install-action@13608cbb45b01feb47ef444ab1a42dc41ad56f1a # v2.79.11
110+
uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12
111111
with:
112112
tool: cargo-llvm-cov
113113

.github/workflows/security-policy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767

6868
- name: Install cargo-deny
69-
uses: taiki-e/install-action@13608cbb45b01feb47ef444ab1a42dc41ad56f1a # v2.79.11
69+
uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12
7070
with:
7171
tool: cargo-deny
7272

@@ -413,7 +413,7 @@ jobs:
413413
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
414414

415415
- name: Install cargo-deny
416-
uses: taiki-e/install-action@13608cbb45b01feb47ef444ab1a42dc41ad56f1a # v2.79.11
416+
uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12
417417
with:
418418
tool: cargo-deny
419419

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
components: llvm-tools-preview
481481

482482
- name: Install cargo-llvm-cov
483-
uses: taiki-e/install-action@13608cbb45b01feb47ef444ab1a42dc41ad56f1a # v2.79.11
483+
uses: taiki-e/install-action@6ed6112eb9893c58dd600eebccdf6e77ab7bfa9c # v2.79.12
484484
with:
485485
tool: cargo-llvm-cov
486486

0 commit comments

Comments
 (0)