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