diff --git a/action.yml b/action.yml index d0839a9..18c21e8 100644 --- a/action.yml +++ b/action.yml @@ -12,5 +12,5 @@ inputs: description: "Comma-separated list of labels that block a PR approval. Example: conflicts,error,temp" required: false runs: - using: node12 + using: node16 main: dist/index.js diff --git a/package.json b/package.json index e8eb2f5..801f685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pr-approver", - "version": "1.0.0", + "version": "2.0.0", "description": "Github action to auto-approve PRs based on labels", "main": "dist/index.js", "scripts": { @@ -10,12 +10,13 @@ "author": "NRCCUA", "contributors": [ "Thiago L. Lima ", - "Fabricio Montagnani " + "Fabricio Montagnani ", + "Kelly Summerlin " ], "license": "MIT", "dependencies": { - "@actions/core": "1.5.0", - "@actions/github": "5.0.0" + "@actions/core": "1.10.0", + "@actions/github": "5.1.1" }, "devDependencies": { "@vercel/ncc": "0.31.1"