From 9defc0991300e5a0dcf4b0789a27b4c51f367a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:13:04 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.0.1 --- .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 cf77fe82..af72b438 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.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.1") @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 23432d59..e01eb82b 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.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.1") @file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3") @file:Repository("https://bindings.krzeminski.it")