From 00f292949faa434d8ec247e29c2e3bd9e7f99206 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:11:35 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.45.13 to 2.47.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.13 to 2.47.5. - [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/a22e1808bbd53573c0b897cc089c64643401af7d...656b4969d301376adf4d1062fc65368856fc771b) --- 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/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30ab6de16..243dc4571 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -168,7 +168,7 @@ jobs: run: rustup component add llvm-tools - name: Add cargo-llvm-cov - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b with: tool: cargo-llvm-cov @@ -298,7 +298,7 @@ jobs: sudo apt install libpam0g-dev - name: Install rust-bindgen - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b with: tool: bindgen-cli@0.70.1 @@ -366,7 +366,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install cargo-audit - uses: taiki-e/install-action@a22e1808bbd53573c0b897cc089c64643401af7d + uses: taiki-e/install-action@656b4969d301376adf4d1062fc65368856fc771b with: tool: cargo-audit