From 5343a125c4abf6112c193774572e75d0f7f09551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 22:00:31 +0000 Subject: [PATCH] chore(deps): update dependency taiki-e/install-action to v2.85.8 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 692a59c..27c9c43 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@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@cb33e69fad06166ca28a42b2575e4dadabf62ee8 # v2.85.8 with: tool: cargo-semver-checks@0.50 - name: Install cargo-binstall