From 3f37f982bc6b659d92cec1697ea2887aac84b840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:38:04 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.45.13 to 2.47.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.13 to 2.47.2. - [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.45.13...v2.47.2) --- 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 2cc566d28..66a7bb2ea 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.45.13 + uses: taiki-e/install-action@v2.47.2 with: tool: mdbook,mdbook-mermaid - name: Deploy GitHub Pages diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml index e54265888..52310c8e0 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.45.13 + uses: taiki-e/install-action@v2.47.2 with: tool: cargo-llvm-cov