From 89b205f91db5365a31258aa43b2713bee696af09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 14:38:34 +0000 Subject: [PATCH] chore(deps): update dependency taiki-e/install-action to v2.85.10 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27c9c43..4c197e8 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@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.85.8 + uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10 with: tool: cargo-semver-checks@0.50 - name: Install cargo-binstall