diff --git a/action.yml b/action.yml index 803c2dc..7f21e3c 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: 'Flake8 Annotator' author: 'Raphael Bialon' description: 'Annotate PRs with flake8 errors and warnings from Github checks output' runs: - using: 'node16' + using: 'node20' main: 'index.js' branding: icon: 'check-circle'