From d0363a85ec0dbd6fdefcc16bcc0b67062b15ead2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:12:55 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action in the github-actions group Bumps the github-actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.77.2 to 2.77.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/v2.77.2...v2.77.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 513958c..7378e21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: cargo clippy --locked --all-targets --all-features -- -D warnings - name: Install dependency tooling - uses: taiki-e/install-action@v2.77.2 + uses: taiki-e/install-action@v2.77.5 with: tool: cargo-deny@0.19.4,cargo-machete@0.9.2