diff --git a/action.yml b/action.yml index ba28acb..4d9680a 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Gerald Action' description: 'Notify and Request Reviewers on Pull Request' runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' branding: icon: check-circle