From e758a6a9b191eb3cc9c1dad0b6b12a963cc240c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 00:03:56 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.82.10 to 2.85.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.10 to 2.85.0. - [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...7572810d7dd469b651bb7793945692cf78da5dd7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 7dff20a..09c2ed1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -40,12 +40,12 @@ jobs: prefix-key: ${{ env.CACHE_VERSION }} key: ${{ matrix.action }} - name: Install cargo-make - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 with: tool: cargo-make - name: Install taplo if: matrix.action == 'fmt' - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 with: tool: taplo - name: Cargo clippy @@ -59,7 +59,7 @@ jobs: cargo make fmt-check - name: Install cargo-nextest if: matrix.action == 'nextest' - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 with: tool: nextest - name: Cargo nextest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fab6aa8..04463c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,12 +36,12 @@ jobs: prefix-key: release-${{ env.CACHE_VERSION }} key: ${{ matrix.action }} - name: Install cargo-make - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 with: tool: cargo-make - name: Install taplo if: matrix.action == 'fmt' - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 with: tool: taplo - name: Cargo clippy @@ -55,7 +55,7 @@ jobs: cargo make fmt-check - name: Install cargo-nextest if: matrix.action == 'nextest' - uses: taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c + uses: taiki-e/install-action@7572810d7dd469b651bb7793945692cf78da5dd7 with: tool: nextest - name: Cargo nextest