Commit 31723ad
authored
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v2 (#184)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.typesafegithub:github-workflows-kt](https://togithub.com/typesafegithub/github-workflows-kt)
| `1.15.0` -> `2.0.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>typesafegithub/github-workflows-kt
(io.github.typesafegithub:github-workflows-kt)</summary>
###
[`v2.0.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v2.0.0):
2.0.0
[Compare
Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.15.0...v2.0.0)
##### ⭐ Features
- [default to null url for
environment](https://togithub.com/typesafegithub/github-workflows-kt/commit/c8bf749610c2e33adfd644490f5b7372dca54d80)
- [accept maps and sets instead of linked
versions](https://togithub.com/typesafegithub/github-workflows-kt/commit/0d125b399cba13b06990c77c913e75cc3f488333)
##### 📄 Docs
- [adjust Maven bindings migration guide to API
changes](https://togithub.com/typesafegithub/github-workflows-kt/commit/f094dcb5c47e460fc061fae50d5046057033b2c3)
##### 🛠️ Fixes
None.
##### 💣 Breaking changes
- [write to file in workflow
builder](https://togithub.com/typesafegithub/github-workflows-kt/commit/b84da763354075dc9bfe57238843b05bb82636bb)
- how to adjust: remove the `.writeToFile(...)`, and move all its
arguments to the `workflow(...)` call
- [change type of sourceFile to
File](https://togithub.com/typesafegithub/github-workflows-kt/commit/43dcdf00ee916c0d9a8ac256787b18bfe7c15d68)
- how to adjust: remove `.toPath()`
- [restructure API for configuring YAML consistency check
job](https://togithub.com/typesafegithub/github-workflows-kt/commit/4b531e26ea84ae980bca7f48fbaefdc81825b9ec)
- how to adjust: see the fields of the new `consistencyCheckJobConfig`
argument (of type `ConsistencyCheckJobConfig`), you can also build on
top of `DEFAULT_CONSISTENCY_CHECK_JOB_CONFIG` by calling `.copy(...)` on
it. If you don't want the consistency check job, use
`consistencyCheckJobConfig = ConsistencyCheckJobConfig.Disabled`
- [remove
toYaml()](https://togithub.com/typesafegithub/github-workflows-kt/commit/fc066b18b9511aceded0dbf85de94f9735b9d33b)
- this use case won't be supported by design anymore - the library is in
charge of creating and writing the YAML. If you need to tinker with YAML
before it's written to a file, please create an issue describing your
use case
##### 1 parent e9e977d commit 31723ad
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments