From dc52cd21e9b348a850c11c6cbeb530760d3206b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 10:20:38 +0000 Subject: [PATCH] chore(deps): update dependency it.krzeminski:github-actions-kotlin-dsl to v0.39.0 --- .github/workflows/build.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.main.kts b/.github/workflows/build.main.kts index cf5c0fc..b126b68 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.38.0") +@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.39.0") import it.krzeminski.githubactions.actions.actions.CheckoutV3 import it.krzeminski.githubactions.actions.gradle.GradleBuildActionV2