diff --git a/.github/kts/format.main.kts b/.github/kts/format.main.kts index 8efccbace8..fa311c1c78 100755 --- a/.github/kts/format.main.kts +++ b/.github/kts/format.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0") import io.github.typesafegithub.workflows.actions.actions.CheckoutV4 diff --git a/.github/kts/maven.main.kts b/.github/kts/maven.main.kts index 7071161e60..ace4bf55c6 100755 --- a/.github/kts/maven.main.kts +++ b/.github/kts/maven.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0") import io.github.typesafegithub.workflows.actions.actions.CacheV4 diff --git a/.github/kts/ui.main.kts b/.github/kts/ui.main.kts index f9c33b9fad..3c4c7bb478 100755 --- a/.github/kts/ui.main.kts +++ b/.github/kts/ui.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0") import io.github.typesafegithub.workflows.actions.actions.CacheV4 import io.github.typesafegithub.workflows.actions.actions.CheckoutV4