From 7ab59956816e426e3ff73f1171a9c57ba0d58b70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 12:43:10 +0000 Subject: [PATCH] chore(deps): update dependency taiki-e/install-action to v2.77.4 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1e56314..4abc1aa 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: # Install cargo-semver-checks with install-action instead of cargo-binstall # to avoid checking crates-io - name: Install cargo-semver-checks - uses: taiki-e/install-action@e3134ec54b36203e18f2d1e80652058bd078dd91 # v2.77.3 + uses: taiki-e/install-action@ec28e287910af896fd98e04056d31fa68607e7ad # v2.77.4 with: tool: cargo-semver-checks@0.46 - name: Install cargo-binstall