diff --git a/action.yml b/action.yml index 353269d..1d64e20 100644 --- a/action.yml +++ b/action.yml @@ -17,5 +17,5 @@ outputs: diff: description: 'List of changed files' runs: - using: 'node16' + using: 'node20' main: 'dist/index.cjs'