From 181aedad0599ee2936353667b35a783c9c038b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 04:44:48 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.68.15 to 2.70.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.15 to 2.70.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/68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d...bfadeaba214680fb4ab63e710bcb2a6a17019fdc) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.70.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5c193a8..76e5ce3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: toolchain: ${{ matrix.version.version }} - name: Install just, nextest - uses: taiki-e/install-action@68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d # v2.68.15 + uses: taiki-e/install-action@bfadeaba214680fb4ab63e710bcb2a6a17019fdc # v2.70.4 with: tool: just,nextest @@ -45,7 +45,7 @@ jobs: run: just test - name: Install cargo-ci-cache-clean - uses: taiki-e/install-action@68675c5a5f1a6950c3975d33f3ae0ef155e5bf3d # v2.68.15 + uses: taiki-e/install-action@bfadeaba214680fb4ab63e710bcb2a6a17019fdc # v2.70.4 with: tool: cargo-ci-cache-clean