diff --git a/package.json b/package.json index f33d974..efae8eb 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ }, "dependencies": { "@actions/core": "^1.2.6", + "@actions/exec": "^1.1.1", "@actions/tool-cache": "^2.0.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cdf256c..9935901 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,6 +11,9 @@ importers: '@actions/core': specifier: ^1.2.6 version: 1.10.1 + '@actions/exec': + specifier: ^1.1.1 + version: 1.1.1 '@actions/tool-cache': specifier: ^2.0.1 version: 2.0.1