From 069f94268fa350a897cfb1377a292e1736e049d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 01:42:59 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.75.29 to 2.77.3 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.29 to 2.77.3. - [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...e3134ec54b36203e18f2d1e80652058bd078dd91) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.3 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..9293e28 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@e3134ec54b36203e18f2d1e80652058bd078dd91 with: tool: cargo-audit - name: Install cargo-deny # taiki-e/install-action@v2 - uses: taiki-e/install-action@b5fddbb5361bce8a06fb168c9d403a6cc552b084 + uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 with: tool: cargo-deny