From a6a443a41883cf4bfdbb61797d7ffa8cde22df0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:12:53 +0000 Subject: [PATCH] deps(ci): bump taiki-e/install-action from 2.82.10 to 2.83.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.10 to 2.83.2. - [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/50414676f9f5d50a65992c6dd2ed02641263226c...43aecc8d72668fbcfe75c31400bc4f890f1c5853) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-plz.yml | 4 ++-- .github/workflows/reusable-ci.yml | 6 +++--- .github/workflows/site.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index b37610c..aab0fa2 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -41,7 +41,7 @@ jobs: uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable - name: Install cargo-semver-checks - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-semver-checks @@ -72,7 +72,7 @@ jobs: uses: dtolnay/rust-toolchain@4be7066ada62dd38de10e7b70166bc74ed198c30 # stable - name: Install cargo-semver-checks - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-semver-checks diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 452c34e..39c792a 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install cargo-deny - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-deny @@ -137,7 +137,7 @@ jobs: fi - name: Install cargo-nextest - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-nextest @@ -216,7 +216,7 @@ jobs: save-if: ${{ github.ref == 'refs/heads/main' }} - name: Install cargo-llvm-cov - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 7ec4062..4366871 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Install mdBook - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c # v2 + uses: taiki-e/install-action@43aecc8d72668fbcfe75c31400bc4f890f1c5853 # v2 with: tool: mdbook@0.5.3