⭐ Features
- in case the library doesn't have the action you need, you can now define your custom wrappers over actions, by inheriting from
it.krzeminski.githubactions.actions.Action
- added missing GitHub hosted runner types (thanks @msfjarvis for contributing!)
🛠️ Fixes
💣 Breaking changes
- classes corresponding to actions change names and places. E.g.
Checkout
becomesCheckoutV2
, and they are now grouped into Kotlin packages that correspond to their owners, so GitHub-owned actions are inactions
- the output YAML is now formatted more cleanly. Not a breaking change literally, but it will result in a noisy diff when upgrading from an older version of the library