From 0e914666286e78d5a7774a65669862cd9d1deae1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:49:53 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.0.2 --- .github/workflows/build.main.kts | 2 +- .github/workflows/release.main.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.main.kts b/.github/workflows/build.main.kts index af72b438..4bc09828 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.0.1") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4") diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index e01eb82b..70caa128 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.0.1") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2") @file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") @file:Repository("https://bindings.krzeminski.it")