From 810b36ef9277498ad3a255ee5b4dc136e75cb4a1 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Thu, 1 Oct 2020 10:13:09 -0400 Subject: [PATCH] update package.json actions core --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9a3c03..56be5ee 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/core": "^1.0.0", + "@actions/core": "^1.2.6", "@actions/tool-cache": "^1.0.0", "semver": "^6.1.1" },