From 1155b0e4d97914ad3a73608d84f2187d22fef337 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 16:43:57 +0000 Subject: [PATCH] ci: bump taiki-e/install-action from 2.70.4 to 2.78.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.70.4 to 2.78.0. - [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/bfadeaba214680fb4ab63e710bcb2a6a17019fdc...e1c4cd42111751368541a7cb5db3522bd1f846a4) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.27 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f9efa8..45dcc97 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,7 +135,7 @@ jobs: - name: Install toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install nextest - uses: taiki-e/install-action@bfadeaba214680fb4ab63e710bcb2a6a17019fdc # v2.70.4 + uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 with: tool: cargo-nextest - name: Run tests diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a2817d4..46f534a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -133,7 +133,7 @@ jobs: - name: Install toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install nextest - uses: taiki-e/install-action@bfadeaba214680fb4ab63e710bcb2a6a17019fdc # v2.70.4 + uses: taiki-e/install-action@e1c4cd42111751368541a7cb5db3522bd1f846a4 # v2.78.0 with: tool: cargo-nextest - name: Run tests