From 81d9fdb31bf107b74d403d5851cacc0b9731ed05 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 00:38:30 +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/deploy.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 4951a73..239fd57 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/deploy.main.kts b/.github/workflows/deploy.main.kts index fb90a65..bec5b2d 100755 --- a/.github/workflows/deploy.main.kts +++ b/.github/workflows/deploy.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")