From 981007ff06e61dcf7e534684aae1b922fd1df434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 16:37:12 +0000 Subject: [PATCH] Bump taiki-e/install-action from 1.17.3 to 2.77.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 1.17.3 to 2.77.3. - [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/9a29ce630c67077a359246f3e4f84941e05f28b5...e3134ec54b36203e18f2d1e80652058bd078dd91) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ccf23486..f07b324db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,7 +206,7 @@ jobs: - name: Install cargo nextest if: ${{ matrix.is_self_hosted == false }} - uses: taiki-e/install-action@9a29ce630c67077a359246f3e4f84941e05f28b5 # v1 + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 with: tool: nextest @@ -482,7 +482,7 @@ jobs: echo "::notice title=Remote Server Tests - Default Bash Version::$DEFAULT_BASH_VERSION" - name: Install cargo nextest - uses: taiki-e/install-action@9a29ce630c67077a359246f3e4f84941e05f28b5 # v1 + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 with: tool: nextest