From e991072f651c4c5af6e6e7f246c82ed64f90f208 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:05:09 +0100 Subject: [PATCH] Update to 0.3.105 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index cb5ee85..6edef0f 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.104`)." - default: "0.3.104" + description: "Release-plz version to use. (Default: `0.3.105`)." + default: "0.3.105" required: false token: description: "Token used to publish to the cargo registry"