diff --git a/action.yml b/action.yml index ca232c9b..be853788 100644 --- a/action.yml +++ b/action.yml @@ -70,6 +70,6 @@ inputs: default: 'Update Gradle Wrapper from %sourceVersion% to %targetVersion%' runs: - using: 'node16' + using: 'node20' main: 'dist/index.js' post: 'dist/index.js'