From 90a71144b949dc1767c5abf5b8c694644fe19f7e Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Tue, 23 Mar 2021 11:34:34 -0500 Subject: [PATCH] bump versions (inc core) to resolve deprecated add-path --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5a02ccb..7aca507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "install-merlin32-action", - "version": "0.1.0", + "version": "0.1.1", "license": "MIT", "main": "dist/index.js", "scripts": { @@ -8,9 +8,9 @@ "pack": "ncc build dist/index.js" }, "dependencies": { - "@actions/core": "^1.2.4", + "@actions/core": "^1.2.6", "@actions/exec": "^1.0.4", - "@actions/io": "^1.0.1", + "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.3.4" }, "devDependencies": {