From 330f5566f319c0b3bfc435a2c14538b3377b9698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 07:37:10 +0000 Subject: [PATCH] chore(deps): bump @actions/core from 1.2.6 to 1.3.0 Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.2.6 to 1.3.0. - [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] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 78b6910..0cafb97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.3.0", "@azure/identity": "^1.2.5", "@azure/storage-blob": "^12.5.0", "glob": "^7.1.6", @@ -28,8 +28,9 @@ } }, "node_modules/@actions/core": { - "version": "1.2.6", - "license": "MIT" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz", + "integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==" }, "node_modules/@azure/abort-controller": { "version": "1.0.4", @@ -10870,7 +10871,9 @@ }, "dependencies": { "@actions/core": { - "version": "1.2.6" + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.3.0.tgz", + "integrity": "sha512-xxtX0Cwdhb8LcgatfJkokqT8KzPvcIbwL9xpLU09nOwBzaStbfm0dNncsP0M4us+EpoPdWy7vbzU5vSOH7K6pg==" }, "@azure/abort-controller": { "version": "1.0.4", diff --git a/package.json b/package.json index 131b6cd..db4a7f5 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "", "license": "MIT", "dependencies": { - "@actions/core": "^1.2.6", + "@actions/core": "^1.3.0", "@azure/identity": "^1.2.5", "@azure/storage-blob": "^12.5.0", "glob": "^7.1.6",