Skip to content

Commit 1183baa

Browse files
Update dependency io.github.typesafegithub:github-workflows-kt to v3.4.0 (#2158)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.typesafegithub:github-workflows-kt](https://redirect.github.com/typesafegithub/github-workflows-kt) | `3.3.0` -> `3.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.4.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/3.4.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/3.3.0/3.4.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.3.0/3.4.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.4.0`](https://redirect.github.com/typesafegithub/github-workflows-kt/releases/tag/v3.4.0): 3.4.0 [Compare Source](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.3.0...v3.4.0) ##### ⭐ Features - [add support for windows-2025 runner](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/ba1f620bef958012081bcd12734e1fc315da5859) - [allow accessing base_ref in Kotlin-based steps](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/235f706f464809cdcba94feb525614b4779f325d) ##### 🛠️ Fixes - [do not check if .git is a dir](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/066eefb21f75380a7088c31451182dd4c85f0d5d) ##### 💣 Breaking changes None. ##### 📦 Dependencies - [update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.8.1](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/10ee31ff1e479d1704aa6f6206c0d42ee76397d7) - [update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.8.1](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/c560b03991119fbba6173b1a1af82a02dab1dce8) *** 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.3.0...v3.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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/spockframework/spock). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
1 parent 9603fdc commit 1183baa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/branches-and-prs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@file:Repository("https://repo.maven.apache.org/maven2/")
2222
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")

.github/workflows/codeql-analysis.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@file:Repository("https://repo.maven.apache.org/maven2/")
2222
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")

.github/workflows/common.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
@file:Repository("https://repo.maven.apache.org/maven2/")
20-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
20+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
2121

2222
import io.github.typesafegithub.workflows.domain.Job
2323
import io.github.typesafegithub.workflows.domain.JobOutputs.EMPTY

.github/workflows/docs-pr.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@file:Repository("https://repo.maven.apache.org/maven2/")
2222
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@file:Repository("https://repo.maven.apache.org/maven2/")
2222
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
2424

2525
@file:Repository("https://bindings.krzeminski.it/")
2626
@file:DependsOn("actions:checkout___major:[v4,v5-alpha)")

0 commit comments

Comments
 (0)