Skip to content

Commit cee1b5a

Browse files
chore(deps): update github-workflows-kt monorepo to v1.8.0 (#1203)
[![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:action-binding-generator](https://togithub.com/typesafegithub/github-workflows-kt) | `1.7.0` -> `1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:action-binding-generator/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.typesafegithub:action-binding-generator/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.typesafegithub:action-binding-generator/1.7.0/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.typesafegithub:action-binding-generator/1.7.0/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.github.typesafegithub:github-workflows-kt](https://togithub.com/typesafegithub/github-workflows-kt) | `1.7.0` -> `1.8.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.8.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.8.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.7.0/1.8.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.7.0/1.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typesafegithub/github-workflows-kt (io.github.typesafegithub:action-binding-generator)</summary> ### [`v1.8.0`](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.7.0...v1.8.0) [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.7.0...v1.8.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 these updates 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-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent cc50a28 commit cee1b5a

12 files changed

+13
-13
lines changed

.github/workflows/_shared.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33

44
import io.github.typesafegithub.workflows.dsl.expressions.expr
55

.github/workflows/actions-versions.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("_shared.main.kts")
44
@file:Import("setup-java.main.kts")
55
@file:Import("generated/actions/checkout.kt")

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("_shared.main.kts")
44
@file:Import("setup-java.main.kts")
55
@file:Import("setup-python.main.kts")

.github/workflows/check-if-action-bindings-up-to-date.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("setup-java.main.kts")
44
@file:Import("generated/actions/checkout.kt")
55
@file:Import("generated/gradle/gradle-build-action.kt")

.github/workflows/create-action-update-prs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("_shared.main.kts")
44
@file:Import("setup-java.main.kts")
55
@file:Import("generated/actions/checkout.kt")
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:action-binding-generator:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:action-binding-generator:1.8.0")
33

44
import io.github.typesafegithub.workflows.actionbindinggenerator.generateActionBindings
55

6-
generateActionBindings(args)
6+
generateActionBindings(args = args, sourceFile = __FILE__.toPath())

.github/workflows/gradle-wrapper-validation.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("generated/actions/checkout.kt")
44
@file:Import("generated/gradle/wrapper-validation-action.kt")
55

.github/workflows/release-common.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("generated/gradle/gradle-build-action.kt")
44
@file:Import("generated/JamesIves/github-pages-deploy-action.kt")
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("release-common.main.kts")
44
@file:Import("setup-java.main.kts")
55
@file:Import("setup-python.main.kts")

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.7.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.8.0")
33
@file:Import("_shared.main.kts")
44
@file:Import("release-common.main.kts")
55
@file:Import("setup-java.main.kts")

0 commit comments

Comments
 (0)