From d1209fd1be1534066edbe59015ae701cc0d5add4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 04:23:37 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.65.10 to 2.67.18 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.65.10 to 2.67.18. - [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/v2.65.10...v2.67.18) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.67.18 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 586ba1a..e443e22 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@v2.65.10 + uses: taiki-e/install-action@v2.67.18 with: tool: just,nextest @@ -45,7 +45,7 @@ jobs: run: just test - name: Install cargo-ci-cache-clean - uses: taiki-e/install-action@v2.65.10 + uses: taiki-e/install-action@v2.67.18 with: tool: cargo-ci-cache-clean