diff --git a/.github/kts/build.main.kts b/.github/kts/build.main.kts index b40879b6..23c87cbb 100755 --- a/.github/kts/build.main.kts +++ b/.github/kts/build.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") @file:Repository("https://repo.maven.apache.org/maven2/") diff --git a/.github/kts/format.main.kts b/.github/kts/format.main.kts index c2e5c773..17fc8fa6 100755 --- a/.github/kts/format.main.kts +++ b/.github/kts/format.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.5.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0") @file:Repository("https://repo.maven.apache.org/maven2/")