From ee23b75c6fc6361f0aba7ee202705cda23de1205 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:58:56 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.1.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..a13da3e 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.1.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..8fd9d54 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.1.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4")