Skip to content

Commit c3a0d35

Browse files
committed
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v1.10.0
1 parent fbdd034 commit c3a0d35

11 files changed

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

.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.9.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.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.9.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.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.9.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.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.9.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.0")
33
@file:Import("_shared.main.kts")
44
@file:Import("release-common.main.kts")
55
@file:Import("setup-java.main.kts")

.github/workflows/setup-java.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.9.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.0")
33
@file:Import("generated/actions/setup-java.kt")
44

55
import io.github.typesafegithub.workflows.annotations.ExperimentalClientSideBindings

0 commit comments

Comments
 (0)