From 743b12778962105968fe01cc3261cd53eb049b9e Mon Sep 17 00:00:00 2001 From: Aaron Roller Date: Tue, 28 Jan 2020 06:40:44 -0800 Subject: [PATCH] upgraded to latest core to see if warning goes away node-warning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55e30c0..c3aacdf 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,6 @@ }, "homepage": "https://github.com/cycjimmy/semantic-release-action#readme", "dependencies": { - "@actions/core": "^1.2.0" + "@actions/core": "^1.2.2" } }