From 538b03bc4abf7d038e313557b4ca72c7e60314db Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:01:07 +0200 Subject: [PATCH] chore: update to cargo-semver-checks 0.35 --- 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