From 50c1b29d2c4aa7921a102107935bfe11d406d3f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:33:39 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.47.2 to 2.48.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.47.2 to 2.48.1. - [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.47.2...v2.48.1) --- 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 66a7bb2ea..fc448de1c 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.47.2 + uses: taiki-e/install-action@v2.48.1 with: tool: mdbook,mdbook-mermaid - name: Deploy GitHub Pages diff --git a/.github/workflows/llvm-cov.yml b/.github/workflows/llvm-cov.yml index 52310c8e0..f8e99953a 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.47.2 + uses: taiki-e/install-action@v2.48.1 with: tool: cargo-llvm-cov