From 523e6d586917a9c17fe557d7c315d15e38ce1c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Tue, 18 Jul 2023 12:12:42 +0200 Subject: [PATCH] docs: fix default version in action.yml 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 707d74c..36be3ec 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: