From 28959ce8df70de7be546dd1250a005dd32156697 Mon Sep 17 00:00:00 2001 From: Peter Evans <18365890+peter-evans@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:57:18 +0000 Subject: [PATCH] Fix node version in actions.yml (#433) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 22908c6..784326e 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ inputs: description: 'JSON payload with extra information about the webhook event that your action or worklow may use.' default: '{}' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: 'target'