Skip to content

Commit d7a8d84

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v1.14.0 (#178)
[![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) | `1.13.0` -> `1.14.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.14.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/1.14.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/1.13.0/1.14.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/1.13.0/1.14.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt)</summary> ### [`v1.14.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.14.0): 1.14.0 [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.13.0...v1.14.0) #### ⭐ Features - \[experimental 🧪] bindings served as Maven artifacts. They're going to replace bundled bindings somehow this year. See https://typesafegithub.github.io/github-workflows-kt/user-guide/migrating-to-Maven-based-bindings/ for details #### 📄 Docs - [add migration guide for Maven-based bindings](https://togithub.com/typesafegithub/github-workflows-kt/commit/05dc8f6c34440a7f9beb9c39fe85dd8d53a98773) #### 🛠️ Fixes None. #### 💣 Breaking changes - [remove support for client-side binding generation](https://togithub.com/typesafegithub/github-workflows-kt/commit/bfc2c5c62c9be9d0906f0c7715776e43370804b7) - it will be replaced with bindings served as Maven artifacts #### ▶️ Actions - [add julia-actions/setup-julia@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/b2ff7b9b08bb4cd6fa2a7bf0474cbd94ab749a3e) - [add peaceiris/actions-gh-pages@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/dc92328c581cfcdb93aac35ff2b7ce7566c3d984) - [add peaceiris/actions-hugo@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/cfb7a547b44a068985ca4dbf032e01d4c9c0f372) - [update gradle/gradle-build-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/6c5b9e71f313dff52811184335d83f09846305dc) - [update codecov/codecov-action@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/2d130c78ccf7894b0ca3731a3b8da892444deb73) - [update subosito/flutter-action@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/e6f447a9d6a1c16dc49fa402af0e6972e420a415) *** The above release notes include customer-facing changes. If you're interested also in internal changes, please see the full changelog: typesafegithub/github-workflows-kt@v1.13.0...v1.14.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 54bb89e commit d7a8d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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:1.13.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.14.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

0 commit comments

Comments
 (0)