diff --git a/action.yml b/action.yml index 064fff34..b4ba16da 100644 --- a/action.yml +++ b/action.yml @@ -105,5 +105,5 @@ outputs: description: 'The ARN(s) of the task(s) that were started by the run-task option. Output is in an array JSON format.' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js'