Update dependency @actions/exec to v1.0.4

This commit is contained in:
Renovate Bot 2020-05-02 08:30:46 +00:00
parent db640fa8db
commit c558d39395
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
"homepage": "https://github.com/peter-evans/create-pull-request",
"dependencies": {
"@actions/core": "1.2.0",
"@actions/exec": "1.0.2",
"@actions/exec": "1.0.4",
"@actions/tool-cache": "1.1.2",
"is-docker": "2.0.0"
},