From 5b6bba51ad6333b6c364b39a69fa8245fca44ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 22:13:49 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.66.5 to 2.66.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.66.5 to 2.66.7. - [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...542cebaaed782771e619bd5609d97659d109c492) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.66.7 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..3304b3939 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@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: tool: >- mdbook-alerts@0.7.0, diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8380a7777..49e1ead32 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@542cebaaed782771e619bd5609d97659d109c492 # v2 with: tool: ${{ join(matrix.project.requires-crates, ',') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7aae15e51..7cbeb2b69 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@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7 with: fallback: none tool: git-cliff