diff --git a/action.yml b/action.yml index 4a16122..34c3db9 100644 --- a/action.yml +++ b/action.yml @@ -15,5 +15,5 @@ inputs: description: "The GitHub token for your repo" required: true runs: - using: node16 + using: node20 main: dist/index.js