From faf61a2bf52f6d02d746bfa9475d278cd1a748ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 23:03:34 +0000 Subject: [PATCH] ci(deps): bump taiki-e/install-action from 2.76.0 to 2.79.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.76.0 to 2.79.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/711e1c3275189d76dcc4d34ddea63bf96ac49090...b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 367add6..9549726 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -38,7 +38,7 @@ jobs: - uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master @ 2026-03-27 with: toolchain: stable - - uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2 + - uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # v2 with: tool: cargo-audit # `--deny warnings` surfaces unmaintained / yanked crates as failures; diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ef9151..329fc28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: - uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master @ 2026-03-27 with: toolchain: stable - - uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2 + - uses: taiki-e/install-action@b550161ef8a7bc4f2a671c0b03a18ac9ccedea1e # v2 with: tool: cargo-deny - run: cargo deny --all-features check