From 210104413dd0386dcdc8bfaf3501bd5d17660556 Mon Sep 17 00:00:00 2001 From: Pavel Gonchukov Date: Fri, 19 Mar 2021 13:31:03 +0100 Subject: [PATCH] Bump up version of core Bump core version in order to support envs --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 325bd29c..a37f676d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@actions/core": "^1.0.0", + "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/http-client": "^1.0.9", "@actions/io": "^1.0.0", diff --git a/package.json b/package.json index 8de14293..24ea61e7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "author": "GitHub", "license": "MIT", "dependencies": { - "@actions/core": "^1.0.0", + "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", "@actions/http-client": "^1.0.9", "@actions/io": "^1.0.0",