From 3ce625490a55d9b4050d404510ce91c188a6e427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:24:35 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.85.6 to 2.86.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.6 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/1beb33eee6d086258184383af9a538940be190ed...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/ci.yml | 4 ++-- .github/workflows/coverage.yml | 2 +- .github/workflows/fuzz.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d58fe59..9a7cdd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,7 @@ jobs: libfontconfig1-dev libxkbcommon-dev libxcb1-dev \ libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-nextest # This is also the gate on the headless E2E smoke @@ -141,7 +141,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-deny - run: cargo deny check diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 092758c..1e58346 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -69,7 +69,7 @@ jobs: libfontconfig1-dev libxkbcommon-dev libxcb1-dev \ libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-llvm-cov - name: Measure diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 74e7ec8..1356bc2 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -65,7 +65,7 @@ jobs: - uses: dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c # master with: toolchain: nightly - - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-fuzz # The committed seeds in `fuzz/corpus//` are the starting point; diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48c5078..6f74ad0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -438,7 +438,7 @@ jobs: # job on any error, so a red or advisory-drifted tag can never publish. # No rust-cache below this point: the signed build stays hermetic (a clean # build is the trade for reproducibility). ci.yml keeps its cache. - - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2 + - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: cargo-deny,cargo-nextest - name: Gate (cargo-deny) @@ -631,7 +631,7 @@ jobs: - name: Install git-cliff if: env.PUBLISH == 'true' - uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2 + uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2 with: tool: git-cliff # The published notes are the preamble followed by the generated changelog.