From 91190a0e5e29f3acef325d7d3938ef0d03b4dfd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 01:43:02 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.75.29 to 2.80.0 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.29 to 2.80.0. - [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/b5fddbb5361bce8a06fb168c9d403a6cc552b084...50b4a718b59c718df4ef27a3b445f86cd57b9f00) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.80.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f79c521..6ae9a4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,13 +33,13 @@ jobs: - name: Install cargo-audit # taiki-e/install-action@v2 - uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 + uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 with: tool: cargo-audit - name: Install cargo-deny # taiki-e/install-action@v2 - uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 + uses: taiki-e/install-action@50b4a718b59c718df4ef27a3b445f86cd57b9f00 with: tool: cargo-deny