diff --git a/action.yml b/action.yml index a8b2f1a..332495b 100644 --- a/action.yml +++ b/action.yml @@ -6,5 +6,5 @@ inputs: required: false default: ${{ github.token }} runs: - using: "node16" + using: node20 main: "dist/index.js"