⭐ Features
🛠️ Fixes
None.
💣 Breaking changes
- move base classes for actions to 'domain' + add custom outputs for all actions (thanks @Vampire!) - if you define your custom actions, you'll need to adjust their code a bit. See the updated docs
- allow inserting original preamble and trim whitespaces - breaking API adjustment for this pretty new feature
▶️ Actions
- add cachix/install-nix-action@v19
- add madhead/intellij-http-client-action@v231
- use typings provided by setup-msbuild@v1
- use typings provided by supercharge/mongodb-github-action@v1
Warning: the below changes may break your workflow code. Even though an action didn't get a new major version, using actions from Kotlin differs from how actions are used from YAML. If you don't use named arguments when passing inputs to actions, pay attention especially to the order of arguments. If you do use named arguments, you should be fine.
Full Changelog: v0.36.0...v0.37.0