From 4b233f424bc4b732d4735a3c70ccf17b3dbabfd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:11:34 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.27.14 to 2.32.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.27.14 to 2.32.0. - [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.27.14...v2.32.0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 f3bb344039..badee3f0f1 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.27.14 + uses: taiki-e/install-action@v2.32.0 with: tool: mdbook,mdbook-mermaid - name: Deploy GitHub Pages diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml index 8aab2a8207..dbc655fa5a 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.27.14 + uses: taiki-e/install-action@v2.32.0 with: tool: cargo-llvm-cov