From 9b9ed89fa8c7af51df25572895d20274e51abdb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:05:38 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.69.1 to 2.69.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.69.1 to 2.69.3. - [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/e24b8b7a939c6a537188f34a4163cb153dd85cf6...c12d62a803cbdfe2e7263af15f5a9548065cb4f2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.69.3 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 fdd8c967..4dea35b4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -564,7 +564,7 @@ jobs: - name: Install required rust crates if: ${{ matrix.project.requires-crates != '[]' }} - uses: taiki-e/install-action@e24b8b7a939c6a537188f34a4163cb153dd85cf6 # v2 + uses: taiki-e/install-action@c12d62a803cbdfe2e7263af15f5a9548065cb4f2 # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28c83514..6a00e89a 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@e24b8b7a939c6a537188f34a4163cb153dd85cf6 # v2.69.1 + uses: taiki-e/install-action@c12d62a803cbdfe2e7263af15f5a9548065cb4f2 # v2.69.3 with: fallback: none tool: git-cliff