YAML Update Action
Version updated for https://github.com/fjogeleit/yaml-update-action to version v0.17.0.
- This action is used across all versions by 26,794 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The YAML Update Action automates the process of updating values in YAML or JSON files, enabling seamless modifications such as version updates or configuration changes. It can push updates to an existing branch, create a new branch, and optionally open a pull request to a target branch, or make local changes without committing. This action is especially useful for tasks like dynamically updating configuration files (e.g., Helm charts) in a CI/CD pipeline, reducing manual effort and ensuring consistency.
What’s Changed
What’s Changed
- chore: use Node v24 by @fjogeleit in https://github.com/fjogeleit/yaml-update-action/pull/602
Full Changelog: https://github.com/fjogeleit/yaml-update-action/compare/v0.16.1...v0.17.0