Setup Weekly Automation to Update @actions/github (#498)

* create automation to update Octokit for actions toolkit

Co-authored-by: Dependency Update Bot <[email protected]>
Co-authored-by: Shohei Ueda <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Thomas Boop
2020-06-19 14:35:19 -04:00
committed by GitHub
co-authored by Dependency Update Bot Shohei Ueda github-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent 3e40dd39cc
commit 8e14ff9f0a
3 changed files with 91 additions and 65 deletions
+4 -4
View File
@@ -38,10 +38,10 @@
"url": "https://github.com/actions/toolkit/issues"
},
"dependencies": {
"@actions/http-client": "^1.0.3",
"@octokit/core": "^2.5.1",
"@octokit/plugin-paginate-rest": "^2.2.0",
"@octokit/plugin-rest-endpoint-methods": "^3.10.0"
"@actions/http-client": "^1.0.8",
"@octokit/core": "^3.0.0",
"@octokit/plugin-paginate-rest": "^2.2.3",
"@octokit/plugin-rest-endpoint-methods": "^4.0.0"
},
"devDependencies": {
"jest": "^25.1.0",