diff --git a/action.yml b/action.yml index 8f32cc8..fa8f454 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: description: 'git command' required: false runs: - using: 'node20' + using: 'node24' main: 'dist/index.js' post: 'dist/cleanup.js' post-if: 'always()'