Skip to content

Commit 24df59b

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v1.15.0 (#180)
[![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.14.0` -> `1.15.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.15.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.15.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.14.0/1.15.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.14.0/1.15.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.15.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.15.0): 1.15.0 [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.14.0...v1.15.0) #### ⭐ Features - [add environment to job](https://togithub.com/typesafegithub/github-workflows-kt/commit/d8f98ff33fb76297b5d193cd01cf9ff8793f7864) - [allow setting output in Kotlin-based step](https://togithub.com/typesafegithub/github-workflows-kt/commit/fc0930030406b5769068d5283519789350d7add2) - [add module with version update notifications](https://togithub.com/typesafegithub/github-workflows-kt/commit/7d00a6502b6dd89f1288b325f513bb155b495ad8) (thanks [@&#8203;NikkyAI](https://togithub.com/NikkyAI)!) - [allow specifying Kotlin step's condition in Kotlin](https://togithub.com/typesafegithub/github-workflows-kt/commit/5f5fffe2d24f32b020ca8bd51d020676c00ee486) - [allow specifying env vars for consistency check jo](https://togithub.com/typesafegithub/github-workflows-kt/commit/957917533bf9c212aaf57188de08d9e654e44e8f) (thanks [@&#8203;NikkyAI](https://togithub.com/NikkyAI)!) - [allow adding extra steps in consistency check job](https://togithub.com/typesafegithub/github-workflows-kt/commit/1c97516514e4323121cefcd7533480b428dbb4c5) (thanks [@&#8203;NikkyAI](https://togithub.com/NikkyAI)!) - [serve artifacts for specific versions](https://togithub.com/typesafegithub/github-workflows-kt/commit/267563d1c251add120bcf7f8c7d93078d1044d7e) - the Maven-based bindings server now also supports referring to versions by the full version, i.e. `v1.2.3` - 🧪 [provide minimal github context in Kotlin logic step](https://togithub.com/typesafegithub/github-workflows-kt/commit/3f120c66262a41b0de24699a66e7992965a9c1b8) #### 📄 Docs None. #### 🛠️ Fixes None. #### 💣 Breaking changes - [remove leftover API for client-side bindings generation](https://togithub.com/typesafegithub/github-workflows-kt/commit/088fd3d609c58e49c75ddb5856cb8203fd9b8bd8) #### ▶️ Actions - [add gradle/wrapper-validation-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/6ee88b980085269acff156dea86b0da88a5fb618) - [update gradle/gradle-build-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/e76a94bee1ae379b2d5e12293927c828242c02cc) - [update actions/checkout@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/c677bdfad8e3ff7f4b98d72f22a1ae73650a29b4) *** 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.14.0...v1.15.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjMyMS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 399ff83 commit 24df59b

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.14.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.15.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)