From 78b41a8e70c22743a2c3beda17880bc33c088940 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Sun, 9 Feb 2025 11:13:01 +0100 Subject: [PATCH] Update to 0.3.119 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index ffef30a..55f4982 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.118`)." - default: "0.3.118" + description: "Release-plz version to use. (Default: `0.3.119`)." + default: "0.3.119" required: false token: description: "Token used to publish to the cargo registry"