Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @actions/exec from 1.0.4 to 1.1.0 #122

Merged
merged 3 commits into from Sep 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
135 changes: 113 additions & 22 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.5.0",
"@actions/exec": "^1.0.4"
"@actions/exec": "^1.1.0"
},
"devDependencies": {
"@types/node": "^15.3.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Expand Up @@ -12,12 +12,12 @@ __metadata:
languageName: node
linkType: hard

"@actions/exec@npm:^1.0.4":
version: 1.0.4
resolution: "@actions/exec@npm:1.0.4"
"@actions/exec@npm:^1.1.0":
version: 1.1.0
resolution: "@actions/exec@npm:1.1.0"
dependencies:
"@actions/io": ^1.0.1
checksum: 909d0b4b342ced9d9e754fee47f82eeb4fe52779baedf9651a392d684c9f141abe864b46a8f290e8a2bf52ca545d99d1300df93b6597d3fd788c7ea6a002a67d
checksum: 1fad630ec2ca02438e0c05a9596f375edb3b04de50bf8cd712d6b79aec9f3cc3a175836d3ea610667e32431e7749cb93d8f4dec4947a48e29a720cfc3220216c
languageName: node
linkType: hard

Expand Down Expand Up @@ -178,7 +178,7 @@ __metadata:
resolution: "chocolatey-action@workspace:."
dependencies:
"@actions/core": ^1.5.0
"@actions/exec": ^1.0.4
"@actions/exec": ^1.1.0
"@types/node": ^15.3.0
"@vercel/ncc": ^0.28.5
prettier: ^2.3.0
Expand Down