diff --git a/package-lock.json b/package-lock.json index 5c90de0..38faa2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "integrity": "sha512-ZKdyhlSlyz38S6YFfPnyNgCDZuAF2T0Qv5eHflNWytPS8Qjvz39bZFMry9Bb/dpSnqWcNeav5yM2CTYpJeY+Dw==" }, "@actions/exec": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.2.tgz", - "integrity": "sha512-Yo/wfcFuxbVjAaAfvx3aGLhMEuonOahas2jf8BwyA52IkXTAmLi7YVZTpGAQG/lTxuGoNLg9slTWQD4rr7rMDQ==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz", + "integrity": "sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA==", "requires": { "@actions/io": "^1.0.1" } diff --git a/package.json b/package.json index c781e0a..6af2030 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.2.0", - "@actions/exec": "^1.0.2", + "@actions/exec": "^1.0.3", "fs-extra": "^8.1.0" }, "devDependencies": {