From 1147762ff7ef5d7a75bf0e8f3d8c85053f952397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 04:22:26 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2 to 2.85.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 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/v2...v2.85.3) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82c9d2c7..9660c818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: toolchain: nightly components: rustfmt - run: sudo apt-get install -y linkchecker - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-rdme@1.5.1 - run: git config user.name "github-runner" && git config user.email "<>" @@ -67,7 +67,7 @@ jobs: with: toolchain: nightly components: clippy - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-hack - run: git config user.name "github-runner" && git config user.email "<>" @@ -111,7 +111,7 @@ jobs: with: toolchain: nightly components: rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand - run: git config user.name "github-runner" && git config user.email "<>" @@ -139,7 +139,7 @@ jobs: with: toolchain: nightly components: rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand,cargo-hack - run: git config user.name "github-runner" && git config user.email "<>" @@ -174,7 +174,7 @@ jobs: with: toolchain: beta components: rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand,cargo-hack - run: git config user.name "github-runner" && git config user.email "<>" @@ -213,7 +213,7 @@ jobs: with: toolchain: ${{env.NIGHTLY}} components: miri, rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand - run: git config user.name "github-runner" && git config user.email "<>" @@ -304,7 +304,7 @@ jobs: - uses: dtolnay/rust-toolchain@v1 with: toolchain: stable - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-hack - run: git config user.name "github-runner" && git config user.email "<>" @@ -337,7 +337,7 @@ jobs: with: toolchain: stable components: rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand,cargo-hack - run: git config user.name "github-runner" && git config user.email "<>" @@ -373,7 +373,7 @@ jobs: with: toolchain: nightly components: rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand - run: git config user.name "github-runner" && git config user.email "<>" @@ -425,7 +425,7 @@ jobs: with: toolchain: nightly components: rust-src - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.3 with: tool: cargo-expand - run: cargo update