From 0819563435d2a97e3377fad55de703d33be04fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:31:39 +0000 Subject: [PATCH] Bump @actions/core from 1.2.2 to 1.2.6 in /update-watchers Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.2 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] --- update-watchers/package-lock.json | 6 +++--- update-watchers/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/update-watchers/package-lock.json b/update-watchers/package-lock.json index 32a374b..6b92c09 100644 --- a/update-watchers/package-lock.json +++ b/update-watchers/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@actions/core": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.2.tgz", - "integrity": "sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg==" + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.6.tgz", + "integrity": "sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA==" }, "@actions/github": { "version": "2.1.0", diff --git a/update-watchers/package.json b/update-watchers/package.json index 654b4d1..6237a8d 100644 --- a/update-watchers/package.json +++ b/update-watchers/package.json @@ -13,7 +13,7 @@ "@zeit/ncc": "^0.20.5" }, "dependencies": { - "@actions/core": "^1.2.2", + "@actions/core": "^1.2.6", "@actions/github": "^2.1.0" } }