From dc580563f176275b5df779042b54e7ac5a29358d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 1 Mar 2024 11:40:27 +0000
Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.26.8 to
 2.27.14

Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.26.8 to 2.27.14.
- [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/v2.26.8...v2.27.14)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/deploy-docs.yml | 2 +-
 .github/workflows/llvm-cov.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index 5c81c1d767..f3bb344039 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -18,7 +18,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Install mdbook
-        uses: taiki-e/install-action@v2.26.8
+        uses: taiki-e/install-action@v2.27.14
         with:
           tool: mdbook,mdbook-mermaid
       - name: Deploy GitHub Pages
diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml
index 071d26f5b5..bbe150fe4c 100644
--- a/.github/workflows/llvm-cov.yml
+++ b/.github/workflows/llvm-cov.yml
@@ -39,7 +39,7 @@ jobs:
       - uses: Swatinem/rust-cache@v2
 
       - name: Install cargo-llvm-cov
-        uses: taiki-e/install-action@v2.26.8
+        uses: taiki-e/install-action@v2.27.14
         with:
           tool: cargo-llvm-cov