From 1b80c2359e42cfd891ab60856c1ac3c61aac4816 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:50:04 +0200 Subject: [PATCH 1/2] Update to 0.3.103 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b240cb6..167fcd9 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.102`)." - default: "0.3.102" + description: "Release-plz version to use. (Default: `0.3.103`)." + default: "0.3.103" required: false token: description: "Token used to publish to the cargo registry" From 7370f7995b1325f3fcfe935c0f1ee7f437cb3171 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:51:06 +0200 Subject: [PATCH 2/2] bump cargo semver checks --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 167fcd9..881358b 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.35, release-plz@${{ inputs.version }} + tool: cargo-semver-checks@0.36, release-plz@${{ inputs.version }} - name: Configure git user from GitHub token uses: MarcoIeni/git-config@v0.1 - name: Run release-plz