From 0ca85d0ab0fa0b3d439072adc83826d5cea99060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Sun, 11 Feb 2024 16:36:53 +0100 Subject: [PATCH] docs: fix default version in action.yml (#91) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kévin Dunglas --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 874098c..976e5ba 100644 --- a/action.yml +++ b/action.yml @@ -6,7 +6,7 @@ branding: icon: box inputs: version: - description: "The kind version to use (default: v0.19.0)" + description: "The kind version to use (default: v0.20.0)" required: false default: "v0.20.0" config: