From 7dff9b62533b3c68da06057db9b0a38075c1b03d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 09:33:07 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 60c66f1d..fd5b5fe1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index 3e39412a..6ba28960 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"