diff --git a/action.yml b/action.yml index 0232977..f431fc3 100644 --- a/action.yml +++ b/action.yml @@ -41,5 +41,5 @@ inputs: "Github token with access to the repository (secrets.GITHUB_TOKEN)." required: true runs: - using: "node16" + using: "node20" main: "dist/index.js"