Fix for logging error types instead of strings in the main try/catch (#66)

* Bump actions core for more lenient command inputs
* Fix issue with issues that are old and unlabeled
This commit is contained in:
PJ Quirk
2020-05-12 15:23:00 -04:00
committed by GitHub
parent e611bf905b
commit 71d46bfe23
4 changed files with 1137 additions and 1041 deletions

View File

@@ -25,7 +25,7 @@
"author": "GitHub",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@octokit/rest": "^16.43.1",
"semver": "^6.1.1"