Skip to content

Commit ffc6171

Browse files
fix(deps): update dependency @actions/exec to ^1.1.1 (#292)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d86d50f commit ffc6171

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"dependencies": {
2020
"@actions/cache": "^4.1.0",
2121
"@actions/core": "^1.11.1",
22-
"@actions/exec": "^1.1.0",
22+
"@actions/exec": "^1.1.1",
2323
"@actions/glob": "^0.5.0",
2424
"js-yaml": "^4.1.0",
2525
"shellwords-ts": "^3.0.1"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@actions/exec" "^1.1.1"
2727
"@actions/http-client" "^2.0.1"
2828

29-
"@actions/exec@^1.0.1", "@actions/exec@^1.1.0", "@actions/exec@^1.1.1":
29+
"@actions/exec@^1.0.1", "@actions/exec@^1.1.1":
3030
version "1.1.1"
3131
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
3232
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==

0 commit comments

Comments
 (0)