Skip to content

Commit 365eda0

Browse files
committed
chore(deps): update github-workflows-kt monorepo to v1.11.0
1 parent 577b6e3 commit 365eda0

12 files changed

+12
-12
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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.0")
33
@file:Import("_shared.main.kts")
44
@file:Import("setup-java.main.kts")
55
@file:Import("generated/actions/checkout.kt")

.github/workflows/generate-action-bindings.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:action-binding-generator:1.10.0")
2+
@file:DependsOn("io.github.typesafegithub:action-binding-generator:1.11.0")
33

44
import io.github.typesafegithub.workflows.actionbindinggenerator.annotations.ExperimentalClientSideBindings
55
import io.github.typesafegithub.workflows.actionbindinggenerator.generation.generateActionBindings

.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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.10.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.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)