From fd8c1a40103a374ceafd80e7f3858bd8aad28030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:12:56 +0300 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.65.7 to 2.65.13 (#2326) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.65.7 to 2.65.13.
Release notes

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

2.65.13

2.65.12

2.65.11

2.65.10

2.65.9

2.65.8

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.65.13] - 2026-01-05

[2.65.12] - 2026-01-02

[2.65.11] - 2026-01-01

[2.65.10] - 2025-12-31

[2.65.9] - 2025-12-30

[2.65.8] - 2025-12-30

... (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.65.7&new-version=2.65.13)](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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 041d2573..14f50c90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: toolchain: nightly components: rustfmt - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: taplo-cli - run: cargo xtask format --check @@ -139,7 +139,7 @@ jobs: with: toolchain: stable components: llvm-tools - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: cargo-llvm-cov - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -165,7 +165,7 @@ jobs: - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master with: toolchain: ${{ matrix.toolchain }} - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -204,7 +204,7 @@ jobs: with: persist-credentials: false - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: cargo-rdme - run: cargo xtask readme --check @@ -226,7 +226,7 @@ jobs: - uses: dtolnay/install@74f735cdf643820234e37ae1c4089a08fd266d8a # master with: crate: cargo-docs-rs - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -244,7 +244,7 @@ jobs: - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master with: toolchain: stable - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2 @@ -265,7 +265,7 @@ jobs: - uses: dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561 # master with: toolchain: stable - - uses: taiki-e/install-action@4c6723ec9c638cccae824b8957c5085b695c8085 # v2 + - uses: taiki-e/install-action@0e76c5c569f13f7eb21e8e5b26fe710062b57b62 # v2 with: tool: cargo-hack - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2