From cf3d16b129918939fd26dbef9a31187e023db5d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:15:47 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.79.15 to 2.85.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.79.15 to 2.85.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...065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.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..b53a1ab 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@065d6a08a14e61e89fb0a4c10eecdbdef39c7d8e # v2 with: tool: nextest