GitHub Actions: Reduce duplication with action composition · GitHub Changelog
Previously, actions written in YAML could only use scripts. Now, they can also reference other actions. This makes it easy to reduce duplication in your workflows. For example, the following…