From 858005f1b9c0724c17fcc6cbd15fe03f58c66cd8 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 22 Sep 2025 07:11:49 +0200 Subject: [PATCH] Switch to Node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 60268dd..9839ee5 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ outputs: description: Value is "true", if a git tag was created using the `create_git_tag_only`-input. runs: - using: 'node20' + using: 'node24' main: 'index.js' branding: