Bump @actions/github from 2.1.1 to 2.2.0 (#283)

Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/master/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-08 09:33:07 -04:00 committed by GitHub
parent 32088a1185
commit 7dff9b6253
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@
"dependencies": {
"@actions/core": "1.2.4",
"@actions/exec": "1.0.4",
"@actions/github": "2.1.1",
"@actions/github": "2.2.0",
"@actions/io": "1.0.2"
},
"devDependencies": {

View File

@ -12,9 +12,9 @@
dependencies:
"@actions/io" "^1.0.1"
"@actions/github@2.1.1":
version "2.1.1"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.1.1.tgz#bcabedff598196d953f58ba750d5e75549a75142"
"@actions/github@2.2.0":
version "2.2.0"
resolved "https://registry.yarnpkg.com/@actions/github/-/github-2.2.0.tgz#8952fe96b12b881fa39340f0e7202b04dc5c3e71"
dependencies:
"@actions/http-client" "^1.0.3"
"@octokit/graphql" "^4.3.1"