From 833ba3c6758ef8dda3dac0ce28b635feb5f02910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:07:39 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.68.1 to 2.68.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.1 to 2.68.2. - [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...70e00552f3196d9a4c7dde7c57ef4c4830d422dd) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.68.2 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..7fbb6980 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@70e00552f3196d9a4c7dde7c57ef4c4830d422dd # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 39916f15..2d00ef79 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@70e00552f3196d9a4c7dde7c57ef4c4830d422dd # v2.68.2 with: fallback: none tool: git-cliff