From e67e1db9fd67bbe21261e62619394c9dd152a2a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 01:12:43 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.79.15 to 2.83.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.15 to 2.83.4. - [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/0fd46367812ee04360509b4169d9f659d6892bb2...07b4745e0c39a41822af610387492e3e53aa222b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5278701..5f44d0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: run: cargo build --all-targets - name: Install nextest - uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2 + uses: taiki-e/install-action@07b4745e0c39a41822af610387492e3e53aa222b # v2 with: tool: nextest