From 00bafe5d2a51d62d80179a06a12321dce6d86364 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Tue, 17 Mar 2026 18:11:59 +0100 Subject: [PATCH] Upgrade to node24 runtime and bump default CLI version to 2.12.1 Addresses the Node.js 20 deprecation warning in GitHub Actions. --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index ecf70a7..045ea7f 100644 --- a/action.yml +++ b/action.yml @@ -4,10 +4,10 @@ inputs: version: description: Version of Kosli CLI required: false - default: 2.11.43 + default: 2.12.1 branding: - icon: 'download-cloud' + icon: 'download-cloud' color: 'blue' runs: - using: node20 + using: node24 main: src/index.js