Skip to content

Commit 13a21dc

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v2.1.0 (#191)
[![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.0.0` -> `2.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/2.1.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.1.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.0.0/2.1.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.0.0/2.1.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.1.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v2.1.0): 2.1.0 [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v2.0.0...v2.1.0) ##### ⭐ Features - [allow writing workflow to string](https://togithub.com/typesafegithub/github-workflows-kt/commit/7f0e076fecd83b11f5f8d90f8187b555d7fce69d) ##### 🛠️ Fixes - [support serializing Double](https://togithub.com/typesafegithub/github-workflows-kt/commit/1fc350c1459840b223a0ff63c5b110f8f9f69c0e) (thanks [@&#8203;haifengkao](https://togithub.com/haifengkao)!) ##### 💣 Breaking changes None. ##### ▶️ Actions - [add Azure/docker-login@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/05767c30071c0af17526af1d049e9a15ef1b4709) - [update Vampire/setup-wsl@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/c04b5e053bcc952e4bd2bbaca937f92de1f0bc6c) - [update gautamkrishnar/blog-post-workflow@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/a94be8fe2cc622c62187e5f0f6f06a8d700d5c8c) *** 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.0.0...v2.1.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c57b81 commit 13a21dc

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

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
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.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.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)