diff --git a/package-lock.json b/package-lock.json index 3c5d62e..b02605b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,10 +7,10 @@ "": { "name": "setup-terraform", "version": "2.0.2", - "hasInstallScript": true, "license": "MPL-2.0", "dependencies": { "@actions/core": "^1.10.0", + "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@actions/io": "^1.1.2", "@actions/tool-cache": "^2.0.1", diff --git a/package.json b/package.json index 2e82421..7da66f1 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "author": "", "dependencies": { "@actions/core": "^1.10.0", + "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@actions/io": "^1.1.2", "@actions/tool-cache": "^2.0.1",