From d354ad3b96809d97fce70d0dd7f0d41734e0653c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 06:11:53 +0000 Subject: [PATCH] npm: bump @actions/github from 3.0.0 to 4.0.0 Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 3.0.0 to 4.0.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[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75620a4..4f27ae5 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "homepage": "https://gregoranders.github.io/nodejs-upload-asset/", "dependencies": { "@actions/core": "1.2.4", - "@actions/github": "3.0.0" + "@actions/github": "4.0.0" }, "devDependencies": { "@types/jest": "26.0.3",