From 8819e49f87954353d12a333cef5af4f2141943d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:21:58 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.68.16 to 2.75.9 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.16 to 2.75.9. - [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/d6e286fa45544157a02d45a43742857ebbc25d12...d0f23220b09a75c6db730f13bb37c4f8144b4382) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 8504cca9..27a5ea3c 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -90,7 +90,7 @@ jobs: run: "rustc -vV | sed -n 's|host: ||p'" if: matrix.os != 'windows-2022' - name: Install cargo-llvm-cov & cargo-nextest - uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16 + uses: taiki-e/install-action@d0f23220b09a75c6db730f13bb37c4f8144b4382 # v2.75.9 with: tool: cargo-llvm-cov,cargo-nextest - name: Cache apt packages @@ -236,7 +236,7 @@ jobs: rustup toolchain install nightly --component miri cargo +nightly miri setup - name: Install cargo-nextest - uses: taiki-e/install-action@d6e286fa45544157a02d45a43742857ebbc25d12 # v2.68.16 + uses: taiki-e/install-action@d0f23220b09a75c6db730f13bb37c4f8144b4382 # v2.75.9 with: tool: cargo-nextest - name: Run unit tests with miri