dependabot[bot] 9df2a0e36c
build(deps): bump yaml from 1.10.2 to 2.0.0
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.0.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v1.10.2...v2.0.0)

---
updated-dependencies:
- dependency-name: yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 04:11:53 +00:00

10 lines
169 B
JSON

{
"name": "action-ansible-playbook",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"yaml": "^2.0.0"
}
}