Fix incorrect handling of Unicode characters in exec()

This commit is contained in:
Michal Dorner 2022-10-11 23:01:54 +02:00
parent 829abbf5d3
commit ce8f47aa7f
No known key found for this signature in database
GPG key ID: 7325B8B59CA1B65C
4 changed files with 29 additions and 49 deletions

View file

@ -26,7 +26,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/exec": "^1.0.4",
"@actions/exec": "^1.1.1",
"@actions/github": "^2.2.0",
"@octokit/webhooks": "^7.6.2",
"picomatch": "^2.2.2"