1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2025-04-17 05:14:40 +00:00
action-ansible-playbook/package.json
dependabot[bot] 7f84705290
build(deps): bump yaml from 2.2.2 to 2.3.0
Bumps [yaml](https://github.com/eemeli/yaml) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.2...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 04:57:47 +00:00

9 lines
170 B
JSON

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