From 6865171d44f3935d8ec6309f4e922015710a185f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 02:14:31 +0000 Subject: [PATCH] deps(ci): bump taiki-e/install-action from 2.85.13 to 2.86.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.13 to 2.86.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/82cd3e7658a6f96c86c0234aeeda1748937cb0a1...ba47c86ac325773530516bb756137ac718732518) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.86.5 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 d74e8c4..5bb64ed 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@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # 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@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-semver-checks diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index edf76fa..441e1cc 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -65,7 +65,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install cargo-deny - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-deny @@ -137,7 +137,7 @@ jobs: fi - name: Install cargo-nextest - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # 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@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-llvm-cov diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 7bebe11..05110dd 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Install mdBook - uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: mdbook@0.5.3