From 1b6a97cb29276888c612d3c98bd95e19eafbc0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 21:47:17 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.1 to 2.85.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.1 to 2.85.3. - [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/3d7d7cd5ac7f994c1892ae0c06165095b9139094...18b1216eba7f8039b0f8d131d5473787f0edce68) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b766d3..85d9c16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 with: cache-bin: false - - uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 + - uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 with: tool: nextest - run: cargo nextest run --all-targets --all-features --locked @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: persist-credentials: false - - uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 + - uses: taiki-e/install-action@18b1216eba7f8039b0f8d131d5473787f0edce68 with: tool: cargo-deny - run: cargo deny --all-features check