Skip to content

Commit d05ad83

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 ba668b9 commit d05ad83

File tree

3 files changed

+1786
-2266
lines changed

3 files changed

+1786
-2266
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

+2-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",
@@ -40,6 +40,7 @@
4040
"eslint": "^7.32.0",
4141
"eslint-plugin-github": "^4.3.2",
4242
"eslint-plugin-jest": "^25.3.3",
43+
"eslint-plugin-prettier": "^4.2.1",
4344
"jest": "^27.4.7",
4445
"js-yaml": "^4.1.0",
4546
"prettier": "2.5.1",

0 commit comments

Comments
 (0)