Skip to content

Commit bb94985

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v2.3.0 (#198)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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) | `2.2.0` -> `2.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/2.3.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/2.3.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/2.2.0/2.3.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/2.2.0/2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt)</summary> ### [`v2.3.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v2.3.0): 2.3.0 [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v2.2.0...v2.3.0) ##### ⭐ Features - [allow providing callback to use workflow object](https://togithub.com/typesafegithub/github-workflows-kt/commit/90527d8222e3f9636506b66ece8d3d8ead4a377b) - the `workflow` function won't return the `Workflow` object starting from v3, and this feature provides the new API for using the `Workflow` domain object ##### 🛠️ Fixes None. ##### 💣 Breaking changes None. ##### ▶️ Actions > \[!WARNING]\ > This is the last release with bundled bindings. The next release is going to be 3.0.0, with the bundled bindings removed, together with this section of the release notes. Please switch to Maven-based bindings server, see [Migrating to Maven-based bindings](https://typesafegithub.github.io/github-workflows-kt/user-guide/migrating-to-Maven-based-bindings/) - [add madhead/intellij-http-client-action@v241](https://togithub.com/typesafegithub/github-workflows-kt/commit/00a65ee08592332542ddd0c2a9d75acf5e23340d) - [update ReactiveCircus/android-emulator-runner@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/c896478ab67d35f6e60fde333faa67d577611201) - [update julia-actions/setup-julia@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/d2daedb649d24a99e9f001c2ea265d78a1b34158) - [update aws-actions/amazon-ecs-render-task-definition@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/817cd9e61f0d5acdfbc250bd82277bff155aee02) *** The above release notes include customer-facing changes. If you're interested also in internal changes, please see the full change log: typesafegithub/github-workflows-kt@v2.2.0...v2.3.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d53a880 commit bb94985

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.3.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/update-dist.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.3.0")
44

55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")

0 commit comments

Comments
 (0)