From 780b5318f037544b92a0e692961b98936be254d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:08:47 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.67.30 to 2.68.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.67.30 to 2.68.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/288875dd3d64326724fa6d9593062d9f8ba0b131...f8d25fb8a2df08dcd3cead89780d572767b8655f) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4835d034..56e55821 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -558,7 +558,7 @@ jobs: - name: Install required rust crates if: ${{ matrix.project.requires-crates != '[]' }} - uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2 + uses: taiki-e/install-action@f8d25fb8a2df08dcd3cead89780d572767b8655f # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25eef52b..1fb9b232 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -449,7 +449,7 @@ jobs: fetch-depth: 0 - name: install git-cliff - uses: taiki-e/install-action@288875dd3d64326724fa6d9593062d9f8ba0b131 # v2.67.30 + uses: taiki-e/install-action@f8d25fb8a2df08dcd3cead89780d572767b8655f # v2.68.0 with: fallback: none tool: git-cliff