diff --git a/.github/workflows/build.main.kts b/.github/workflows/build.main.kts index c07e108..c4c2f6c 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v7") diff --git a/.github/workflows/regenerate-yarn-lock.main.kts b/.github/workflows/regenerate-yarn-lock.main.kts index f29e079..e4d1b7e 100755 --- a/.github/workflows/regenerate-yarn-lock.main.kts +++ b/.github/workflows/regenerate-yarn-lock.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v7") diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 29bf684..f1cd4db 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo1.maven.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0") @file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0") @file:Repository("https://bindings.krzeminski.it") @@ -29,7 +29,7 @@ workflow( WorkflowDispatch( inputs = mapOf( "version" to WorkflowDispatch.Input( - type = WorkflowDispatch.Type.String, + type = WorkflowDispatch.Input.Type.String, required = true, description = "Used for the tag and the version name. E.g. v1.2.3.", )