diff --git a/action.yml b/action.yml index 8af5a08..ea33c82 100644 --- a/action.yml +++ b/action.yml @@ -47,6 +47,6 @@ outputs: output: description: The captured output of both stdout and stderr from the Ansible Playbook run runs: - using: node20 + using: node24 main: main.js post: post.js