From 9c93d7b5030e2f9d3af0194e3b8712e32e6dd19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:06:41 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.66.5 to 2.66.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.66.5 to 2.66.6. - [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/2e9d707ef49c9b094d45955b60c7e5c0dfedeb14...30eab0fabba9ea3f522099957e668b21876aa39e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.66.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ef1302789..747c77b1f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,7 @@ jobs: with: mdbook-version: '0.4.52' - - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 # v2.66.5 + - uses: taiki-e/install-action@30eab0fabba9ea3f522099957e668b21876aa39e # v2.66.6 with: tool: >- mdbook-alerts@0.7.0, diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f114d2d98..a551c8aca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -515,7 +515,7 @@ jobs: - name: Install required rust crates if: ${{ matrix.project.requires-crates != '[]' }} - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 # v2 + uses: taiki-e/install-action@30eab0fabba9ea3f522099957e668b21876aa39e # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3b07938b9..b06276f1a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -446,7 +446,7 @@ jobs: fetch-depth: 0 - name: install git-cliff - uses: taiki-e/install-action@2e9d707ef49c9b094d45955b60c7e5c0dfedeb14 # v2.66.5 + uses: taiki-e/install-action@30eab0fabba9ea3f522099957e668b21876aa39e # v2.66.6 with: fallback: none tool: git-cliff