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'