From 1dbc167e746215208f28d06aa5a64c59b2f9bc31 Mon Sep 17 00:00:00 2001 From: Marten Kreienbrock <157617680+martenkr@users.noreply.github.com> Date: Thu, 12 Mar 2026 18:34:30 +0100 Subject: [PATCH] Update Node version from 20 to 24 in action.yml (#233) To mitigate recent warnings in Github actions using azure/setup-kubectl regarding the EOL of node20 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d2a386a..00d25a2 100644 --- a/action.yml +++ b/action.yml @@ -11,5 +11,5 @@ outputs: branding: color: 'blue' runs: - using: 'node20' + using: 'node24' main: 'lib/index.js'