From 9d1e00002db1ab1e8165a22d2873b7cba87e684e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:52:52 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.2.0 (#378) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.typesafegithub:github-workflows-kt](https://redirect.github.com/typesafegithub/github-workflows-kt) | `3.1.0` -> `3.2.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.typesafegithub:github-workflows-kt/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.typesafegithub:github-workflows-kt/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.typesafegithub:github-workflows-kt/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt) ### [`v3.2.0`](https://redirect.github.com/typesafegithub/github-workflows-kt/releases/tag/v3.2.0): 3.2.0 [Compare Source](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.1.0...v3.2.0) ##### :star: Features - [allow setting custom step ID](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/8661b2626c6a332b487d2db4e32c86e73edb069a) - [add 'type' argument to Release trigger](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/dbcf5d5b0769e0ed5c73e7e6d58f01b5678333ae) - [allow building ActionStep outside of job](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/0406c8d26fe89fac484ae95e05d18ab6e674da46) - [add properties to WorkflowCall trigger](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/50dbba1841b616fd7ec9a4bc3ffc09149bf6479a) - [add 'number' as input type of WorkflowDispatch](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/3e6fd5aa29012a399f834ed117f033c727586a14) ##### :hammer_and_wrench: Fixes None. ##### :bomb: Breaking changes Some of the above features in very rare contexts may be breaking. ##### :package: Dependencies None. *** The above release notes include customer-facing changes. If you're interested also in internal changes, please see the full change log: https://github.com/typesafegithub/github-workflows-kt/compare/v3.1.0...v3.2.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/krzema12/snakeyaml-engine-kmp). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/benchmark.main.kts | 2 +- .github/workflows/build.main.kts | 2 +- .github/workflows/check-upstream.main.kts | 2 +- .github/workflows/release.main.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmark.main.kts b/.github/workflows/benchmark.main.kts index a4e635723..d1d4e6b16 100755 --- a/.github/workflows/benchmark.main.kts +++ b/.github/workflows/benchmark.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0") @file:Repository("https://bindings.krzeminski.it/") diff --git a/.github/workflows/build.main.kts b/.github/workflows/build.main.kts index b46396622..b65909ab1 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout:v4") diff --git a/.github/workflows/check-upstream.main.kts b/.github/workflows/check-upstream.main.kts index a302d47b3..37d4febed 100755 --- a/.github/workflows/check-upstream.main.kts +++ b/.github/workflows/check-upstream.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout:v4") diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 5091e411e..d96adf288 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout:v4")