From 54a585e43d514dd8d2f199f078d0a413268d8de0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 08:10:09 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.66.1 to 2.68.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.66.1 to 2.68.8. - [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/3522286d40783523f9c7880e33f785905b4c20d0...cfdb446e391c69574ebc316dfb7d7849ec12b940) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/linters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f57d5a4e..1b809887 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: targets: ${{ matrix.target }} - name: Install cargo-nextest - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@2dc1234c293fde032a8e34c74501c7d6403e92ae # v2.68.14 with: tool: cargo-nextest diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bbf7daed..fd733a70 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -59,7 +59,7 @@ jobs: components: rustfmt, clippy - name: Install cargo-binstall - uses: taiki-e/install-action@3522286d40783523f9c7880e33f785905b4c20d0 # v2.66.1 + uses: taiki-e/install-action@2dc1234c293fde032a8e34c74501c7d6403e92ae # v2.68.14 with: tool: cargo-binstall