From fd271d42b603dfc61daf4aad4bfa032ed91e7ba4 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:54:54 +0100 Subject: [PATCH 1/2] Update to 0.3.111 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 869598a..3fc5ae8 100644 --- a/action.yml +++ b/action.yml @@ -24,8 +24,8 @@ inputs: description: "Deprecated. Use `manifest_path` instead." required: false version: - description: "Release-plz version to use. (Default: `0.3.110`)." - default: "0.3.110" + description: "Release-plz version to use. (Default: `0.3.111`)." + default: "0.3.111" required: false token: description: "Token used to publish to the cargo registry" From a5339a19fac0159bd762a9d10ca9a4b350a63dad Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Sat, 7 Dec 2024 19:56:42 +0100 Subject: [PATCH 2/2] semver --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3fc5ae8..44c5c9c 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.36, release-plz@${{ inputs.version }} + tool: cargo-semver-checks@0.37, release-plz@${{ inputs.version }} - name: Configure git user from GitHub token uses: MarcoIeni/git-config@v0.1 - name: Run release-plz