From 40838227f912c4d542f7bccdf4e9ec237460e595 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:37:36 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.2.0 --- .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 239fd57..8a16728 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.2") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @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 bec5b2d..a85d9dc 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.2") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4")