dependabot[bot] a80c9e77c3
build(deps): bump yaml from 2.1.1 to 2.1.3
Bumps [yaml](https://github.com/eemeli/yaml) from 2.1.1 to 2.1.3.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.1...v2.1.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 06:23:49 +00:00

10 lines
170 B
JSON

{
"name": "action-ansible-playbook",
"main": "main.js",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"yaml": "^2.1.3"
}
}