Update to latest actions and octokit libraries (#124)

Upgrade to latest libraries but use "any" for the client until I figure out how to use the right type
This commit is contained in:
Ross Brodbeck
2020-07-24 08:44:53 -04:00
committed by GitHub
parent 5420e6bbac
commit 1e5e734da7
4 changed files with 1663 additions and 21277 deletions

View File

@@ -26,8 +26,8 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@octokit/rest": "^16.43.1",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.2",
"semver": "^7.3.2"
},
"devDependencies": {