From 0e6c8f89be00e1fee9d96d8a1409f6c9a71e79fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 23:40:06 +0300 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.56.7 to 2.62.1 (#2095) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.56.7 to 2.62.1.
Release notes

Sourced from taiki-e/install-action's releases.

2.62.1

2.62.0

2.61.13

2.61.12

2.61.11

2.61.10

2.61.9

2.61.8

2.61.7

2.61.6

... (truncated)

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

[2.62.1] - 2025-09-22

[2.62.0] - 2025-09-21

[2.61.13] - 2025-09-21

[2.61.12] - 2025-09-20

[2.61.11] - 2025-09-19

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=taiki-e/install-action&package-manager=github_actions&previous-version=2.56.7&new-version=2.62.1)](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) ---
Dependabot commands and options
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 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)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16219dd3..7d6ddd6f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: toolchain: nightly components: rustfmt - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: taplo-cli - run: cargo xtask format --check @@ -65,7 +65,7 @@ jobs: - uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master with: toolchain: stable - - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-deny - run: cargo deny --log-level info --all-features check @@ -132,7 +132,7 @@ jobs: with: toolchain: stable components: llvm-tools - - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-llvm-cov - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 @@ -158,7 +158,7 @@ jobs: - uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master with: toolchain: ${{ matrix.toolchain }} - - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 @@ -195,7 +195,7 @@ jobs: with: persist-credentials: false - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 - - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-rdme - run: cargo xtask readme --check @@ -217,7 +217,7 @@ jobs: - uses: dtolnay/install@74f735cdf643820234e37ae1c4089a08fd266d8a # master with: crate: cargo-docs-rs - - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 @@ -235,7 +235,7 @@ jobs: - uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master with: toolchain: stable - - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2 @@ -256,7 +256,7 @@ jobs: - uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921 # master with: toolchain: stable - - uses: taiki-e/install-action@f3a27926ea13d7be3ee2f4cbb925883cf9442b56 # v2 + - uses: taiki-e/install-action@4575ae687efd0e2c78240087f26013fb2484987f # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2