From b2abc3fde0b9fe842ea0be6dbc5f5c894b5351f6 Mon Sep 17 00:00:00 2001 From: Corey Butler Date: Mon, 27 Jan 2020 16:49:28 -0600 Subject: [PATCH] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bd5c798..93159b1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "ButlerLogic", "license": "MIT", "dependencies": { - "@actions/core": "^1.0.0", - "@actions/github": "^1.0.0" + "@actions/core": "^1.2.2", + "@actions/github": "^2.1.0" } }