From 3ef36b9e9e9647adeb4543ba653b11a2ef0cf90b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:49:53 +0200 Subject: [PATCH] ci: bump taiki-e/install-action from 2.77.3 to 2.77.4 in /.github/actions/setup (#22321) ci: bump taiki-e/install-action in /.github/actions/setup Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.3 to 2.77.4. - [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/e3134ec54b36203e18f2d1e80652058bd078dd91...ec28e287910af896fd98e04056d31fa68607e7ad) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index b70d31c66d..9b9cf8f3be 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -64,7 +64,7 @@ runs: rustflags: "" - name: Setup rust dependencies if: ${{ contains(inputs.dependencies, 'rust') }} - uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2 + uses: taiki-e/install-action@ec28e287910af896fd98e04056d31fa68607e7ad # v2 with: tool: cargo-deny cargo-machete cargo-llvm-cov nextest - name: Setup node (web)