From abce3df13ee2fec58b029a600d6e233fbf93f178 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 00:11:05 +0000 Subject: [PATCH] Update dependency io.github.typesafegithub:github-workflows-kt to v4 --- .github/kts/maven.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/kts/maven.main.kts b/.github/kts/maven.main.kts index ea9d4fb..39ec64b 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:3.7.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0") @file:Repository("https://repo.maven.apache.org/maven2/") @file:Repository("https://bindings.krzeminski.it")