From 675de18a579df3dc6db5e68ac1b3d5f7ce384492 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 21:55:50 +0000 Subject: [PATCH] build(deps): update dependency @actions/core to v1.2.7 (#9658) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- tools/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 588d84a4cc..9b39e31432 100644 --- a/package.json +++ b/package.json @@ -191,7 +191,7 @@ "re2": "1.15.9" }, "devDependencies": { - "@actions/core": "1.2.6", + "@actions/core": "1.2.7", "@jest/globals": "26.6.2", "@jest/reporters": "26.6.2", "@jest/test-result": "26.6.2", diff --git a/tools/package.json b/tools/package.json index 168c2ee346..336f1ec266 100644 --- a/tools/package.json +++ b/tools/package.json @@ -2,7 +2,7 @@ "private": true, "type": "module", "dependencies": { - "@actions/core": "1.2.6", + "@actions/core": "1.2.7", "@jest/reporters": "26.6.2", "@jest/test-result": "26.6.2", "commander": "6.2.1", diff --git a/yarn.lock b/yarn.lock index 44752405a8..85b12a7029 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@actions/core@1.2.6": - version "1.2.6" - resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.6.tgz#a78d49f41a4def18e88ce47c2cac615d5694bf09" - integrity sha512-ZQYitnqiyBc3D+k7LsgSBmMDVkOVidaagDG7j3fOym77jNunWRuYx7VSHa9GNfFZh+zh61xsCjRj4JxMZlDqTA== +"@actions/core@1.2.7": + version "1.2.7" + resolved "https://registry.yarnpkg.com/@actions/core/-/core-1.2.7.tgz#594f8c45b213f0146e4be7eda8ae5cf4e198e5ab" + integrity sha512-kzLFD5BgEvq6ubcxdgPbRKGD2Qrgya/5j+wh4LZzqT915I0V3rED+MvjH6NXghbvk1MXknpNNQ3uKjXSEN00Ig== "@arcanis/slice-ansi@^1.0.2": version "1.0.2" -- GitLab