From f948620d07ddc623b3fa0330578fba7c34c2a9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 21:06:37 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.68.1 to 2.68.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.1 to 2.68.5. - [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/cede0bb282aae847dfa8aacca3a41c86d973d4d7...71b48393496777ee11188c07a34d48b048a985cd) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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 160382d9..29c73865 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@cede0bb282aae847dfa8aacca3a41c86d973d4d7 # v2 + uses: taiki-e/install-action@71b48393496777ee11188c07a34d48b048a985cd # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39916f15..0b777c5c 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@cede0bb282aae847dfa8aacca3a41c86d973d4d7 # v2.68.1 + uses: taiki-e/install-action@71b48393496777ee11188c07a34d48b048a985cd # v2.68.5 with: fallback: none tool: git-cliff