From 1736636ab44247c884458acf59f52f6c325bf150 Mon Sep 17 00:00:00 2001 From: Vaibhav Kumbhar Date: Wed, 11 May 2022 19:20:34 +0530 Subject: [PATCH] feat(kind-version): change default kind version kind docker image of 1.24.X cannot boot using kind 0.12.0 As kind new version 0.13.0 is available, set default kind version to 0.13.0 #60 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 67f5f97..2ba4a3b 100644 --- a/action.yml +++ b/action.yml @@ -6,9 +6,9 @@ branding: icon: box inputs: version: - description: "The kind version to use (default: v0.12.0)" + description: "The kind version to use (default: v0.13.0)" required: false - default: "v0.12.0" + default: "v0.13.0" config: description: "The path to the kind config file" required: false