diff --git a/action.yml b/action.yml index 3a6531c8..5c466975 100644 --- a/action.yml +++ b/action.yml @@ -34,7 +34,7 @@ outputs: python-path: description: "The absolute path to the Python or PyPy executable." runs: - using: 'node16' + using: 'node20' main: 'dist/setup/index.js' post: 'dist/cache-save/index.js' post-if: success()