From fc70c0ab3a69f7f28bfc02a6c95e675152fc6cd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 22:56:15 +0000 Subject: [PATCH] Update dependency io.github.typesafegithub:github-workflows-kt to v1 --- .github/workflows/build.main.kts | 2 +- .github/workflows/gradle-wrapper-validation.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 85a19b8..0d39a2d 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:0.50.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.1") import io.github.typesafegithub.workflows.actions.actions.CheckoutV3 import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3 diff --git a/.github/workflows/gradle-wrapper-validation.main.kts b/.github/workflows/gradle-wrapper-validation.main.kts index d474604..3eb5ca9 100755 --- a/.github/workflows/gradle-wrapper-validation.main.kts +++ b/.github/workflows/gradle-wrapper-validation.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:0.50.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.1") import io.github.typesafegithub.workflows.actions.actions.CheckoutV3 import io.github.typesafegithub.workflows.actions.gradle.WrapperValidationActionV1