Skip to content

Commit

Permalink
Bump @actions/exec from 1.0.4 to 1.1.0 (#122)
Browse files Browse the repository at this point in the history
* Bump @actions/exec from 1.0.4 to 1.1.0

Bumps [@actions/exec](https://github.com/actions/toolkit/tree/HEAD/packages/exec) from 1.0.4 to 1.1.0.
- [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/core@1.1.0/packages/exec)

---
updated-dependencies:
- dependency-name: "@actions/exec"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix yarn lock

* Update generated content

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and crazy-max committed Sep 4, 2021
1 parent 4dd0765 commit c4a299c
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 29 deletions.
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

0 comments on commit c4a299c

Please sign in to comment.