From 58dfb4c7530c2a913e7c247fc9f33c8e2499c93b Mon Sep 17 00:00:00 2001 From: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:03:24 +0200 Subject: [PATCH] chore: update to cargo-semver-checks 0.35 (#156) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f6d2587..f85fe76 100644 --- a/action.yml +++ b/action.yml @@ -57,7 +57,7 @@ runs: - name: Install binaries uses: taiki-e/install-action@v2 with: - tool: cargo-semver-checks@0.34, release-plz@${{ inputs.version }} + tool: cargo-semver-checks@0.35, release-plz@${{ inputs.version }} - name: Configure git user from GitHub token uses: MarcoIeni/git-config@v0.1 - name: Run release-plz