From 09fccd85a02478ea263f1a08e6e9777324be1f2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 22:52:18 +0000 Subject: [PATCH] Update dependency io.github.typesafegithub:github-workflows-kt to v4 --- .github/workflows/test.main.kts | 2 +- .github/workflows/update-typings.main.kts | 2 +- .github/workflows/validate-update-metadata.main.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.main.kts b/.github/workflows/test.main.kts index 2e48935..5952322 100755 --- a/.github/workflows/test.main.kts +++ b/.github/workflows/test.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.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("it.krzeminski:snakeyaml-engine-kmp-jvm:4.0.1") @file:DependsOn("io.github.optimumcode:json-schema-validator-jvm:0.5.5") @file:DependsOn("com.github.sya-ri:kgit:1.2.0") diff --git a/.github/workflows/update-typings.main.kts b/.github/workflows/update-typings.main.kts index 74875df..c9c3e52 100755 --- a/.github/workflows/update-typings.main.kts +++ b/.github/workflows/update-typings.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/validate-update-metadata.main.kts b/.github/workflows/validate-update-metadata.main.kts index ee5219c..3713f44 100755 --- a/.github/workflows/validate-update-metadata.main.kts +++ b/.github/workflows/validate-update-metadata.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("it.krzeminski:snakeyaml-engine-kmp-jvm:4.0.1") @file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.7.0.202606012155-r")