Skip to content

Commit b6e259c

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.5.0 (#375)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.github.typesafegithub:github-workflows-kt](https://redirect.github.com/typesafegithub/github-workflows-kt) | `3.4.0` -> `3.5.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.5.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.4.0/3.5.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt)</summary> ### [`v3.5.0`](https://redirect.github.com/typesafegithub/github-workflows-kt/releases/tag/v3.5.0): 3.5.0 [Compare Source](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.4.0...v3.5.0) ##### ⭐ Features - [add the vars context](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/bb79dde959dd8f67438d805158076548fad4780d) (thanks [@&#8203;Vampire](https://redirect.github.com/Vampire)!) - [add check of compatibility between library version and binding](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/2b5697f85a04e5d0975717adf812b104df0109e2) ##### :hammer\_and\_wrench: Fixes None. ##### 💣 Breaking changes None. ##### 📦 Dependencies - [update kotlin monorepo to v2.2.0](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/06b5690275a5c15be727ba7d6914eb3d3e2a8f2b) - [update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.9.0](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/e8a4b5f091a2d6c3ce9255470c897d3610bed2f0) - [update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/5cfe85ff0d740ca0257589b3805b5e9cbd1e8c76) *** 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@v3.4.0...v3.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), 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. --- - [ ] <!-- rebase-check -->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/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8e4592 commit b6e259c

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

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

.github/workflows/release.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:3.4.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0")
44
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
55

66
@file:Repository("https://bindings.krzeminski.it")

0 commit comments

Comments
 (0)