update @actions/github and @octokit/rest (#46)

This commit is contained in:
Naoki Oketani
2020-03-14 18:04:03 +09:00
committed by GitHub
parent a0e0b47fa7
commit dcb39c0a56
4 changed files with 15541 additions and 1463 deletions

View File

@@ -27,8 +27,8 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^1.1.0",
"@octokit/rest": "16.35.0",
"@actions/github": "^2.1.1",
"@octokit/rest": "^16.43.1",
"axios": "^0.19.2",
"strip-ansi": "^6.0.0"
},