1
0
Fork 0
mirror of https://github.com/dawidd6/action-ansible-playbook.git synced 2025-04-16 21:04:42 +00:00
action-ansible-playbook/package.json
dependabot[bot] 386aa65100
build(deps): bump yaml from 2.3.3 to 2.3.4
Bumps [yaml](https://github.com/eemeli/yaml) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.3.3...v2.3.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-03 04:49:27 +00:00

9 lines
170 B
JSON

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