From b5d919dc9a6a784c043280d7674ed53c21f6dd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:06:31 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.75.20 to 2.75.21 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.20 to 2.75.21. - [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/74e87cbfa15a59692b158178d8905a61bf6fca95...787505cde8a44ea468a00478fe52baf23b15bccd) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.21 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 38f46dd07..c3a218e00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -566,7 +566,7 @@ jobs: - name: Install required rust crates if: ${{ matrix.project.requires-crates != '[]' }} - uses: taiki-e/install-action@74e87cbfa15a59692b158178d8905a61bf6fca95 # v2 + uses: taiki-e/install-action@787505cde8a44ea468a00478fe52baf23b15bccd # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3156170ff..b6cab8cf2 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@74e87cbfa15a59692b158178d8905a61bf6fca95 # v2.75.20 + uses: taiki-e/install-action@787505cde8a44ea468a00478fe52baf23b15bccd # v2.75.21 with: fallback: none tool: git-cliff