diff --git a/action.yml b/action.yml index 09a30b661..c5001cab6 100644 --- a/action.yml +++ b/action.yml @@ -146,7 +146,7 @@ outputs: output: description: 'The output of the helper' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: user-check diff --git a/dist/action.yml b/dist/action.yml index 09a30b661..c5001cab6 100644 --- a/dist/action.yml +++ b/dist/action.yml @@ -146,7 +146,7 @@ outputs: output: description: 'The output of the helper' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' branding: icon: user-check