diff --git a/action.yml b/action.yml index 0e51b14..e2f7ddb 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ outputs: sha: description: 'shortened SHA' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js'