Skip to content

Commit 1cb1a2c

Browse files
build(deps): bump @actions/exec from 1.1.0 to 1.1.1
Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/exec/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/@actions/[email protected]/packages/exec) --- updated-dependencies: - dependency-name: "@actions/exec" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d000787 commit 1cb1a2c

File tree

3 files changed

+49
-18
lines changed

3 files changed

+49
-18
lines changed

package-lock.json

+47-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"license": "MIT",
2727
"dependencies": {
2828
"@actions/core": "^1.6.0",
29-
"@actions/exec": "^1.1.0",
29+
"@actions/exec": "^1.1.1",
3030
"@actions/github": "^5.0.0",
3131
"@types/fs-extra": "^9.0.13",
3232
"@types/qrcode": "^1.4.1",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@actions/http-client" "^2.0.1"
1111
uuid "^8.3.2"
1212

13-
"@actions/exec@^1.1.0":
13+
"@actions/exec@^1.1.1":
1414
version "1.1.1"
1515
resolved "https://registry.yarnpkg.com/@actions/exec/-/exec-1.1.1.tgz#2e43f28c54022537172819a7cf886c844221a611"
1616
integrity sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==

0 commit comments

Comments
 (0)