From cb8697ca877e388aecba8dcf00920d7e2d707be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:10:29 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.21.7 to 2.21.25 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.21.7 to 2.21.25. - [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.21.7...v2.21.25) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 3924772154..38fefcc4ba 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.21.7 + uses: taiki-e/install-action@v2.21.25 with: tool: mdbook,mdbook-mermaid - name: Deploy GitHub Pages diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml index 1c18e217dd..d1bc514621 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.21.7 + uses: taiki-e/install-action@v2.21.25 with: tool: cargo-llvm-cov