From 1751a1f46f3e6f16438342b2a4a20c5c6acaff00 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Mon, 12 May 2025 20:02:47 +0200 Subject: [PATCH] Use Node24 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4b8f7c9..82621a3 100644 --- a/action.yml +++ b/action.yml @@ -76,7 +76,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: