From e135a171f04dcbc55a6661300bf656bf4df5127e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Thu, 5 Feb 2026 16:24:09 +0100 Subject: [PATCH] chore: remove outdated default from action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patryk Małek --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 2e0faff..1b657d2 100644 --- a/action.yml +++ b/action.yml @@ -6,15 +6,15 @@ branding: icon: anchor inputs: version: - description: "The chart-testing version to install (default: 3.12.0)" + description: "The chart-testing version to install" required: false default: '3.14.0' yamllint_version: - description: "The yamllint version to install (default: 1.27.1)" + description: "The yamllint version to install" required: false default: '1.33.0' yamale_version: - description: "The yamale version to install (default: 6.0.0)" + description: "The yamale version to install" required: false default: '6.0.0' uv_version: