From 1d160e7452a4fc02d251ed9b54d2cfd2ccb7042c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:32:57 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.56.0 to 2.57.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.56.0 to 2.57.5. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/0eee80d37f55e834144deec670972c19e81a85b0...d31232495ad76f47aad66e3501e47780b49f0f3e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.57.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13731340b3..0fbda1ca43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: with: toolchain: stable components: rustfmt, clippy - - uses: taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0 + - uses: taiki-e/install-action@d31232495ad76f47aad66e3501e47780b49f0f3e # v2.57.5 with: tool: cargo-hack - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 @@ -100,7 +100,7 @@ jobs: # https://github.com/awslabs/cargo-check-external-types/releases toolchain: nightly-2025-05-04 components: rustfmt - - uses: taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0 + - uses: taiki-e/install-action@d31232495ad76f47aad66e3501e47780b49f0f3e # v2.57.5 with: tool: cargo-check-external-types@0.2.0 - name: external-type-check @@ -124,7 +124,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b with: toolchain: stable - - uses: taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0 + - uses: taiki-e/install-action@d31232495ad76f47aad66e3501e47780b49f0f3e # v2.57.5 with: tool: cargo-msrv - uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0 @@ -206,7 +206,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0 + uses: taiki-e/install-action@d31232495ad76f47aad66e3501e47780b49f0f3e # v2.57.5 with: tool: cargo-llvm-cov - name: cargo generate-lockfile @@ -254,7 +254,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b with: toolchain: stable - - uses: taiki-e/install-action@0eee80d37f55e834144deec670972c19e81a85b0 # v2.56.0 + - uses: taiki-e/install-action@d31232495ad76f47aad66e3501e47780b49f0f3e # v2.57.5 with: tool: cargo-machete - name: cargo machete