From 8a125825321818748568263f7cc43f18d4be4498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:55:53 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.2.0 --- .github/workflows/_shared.main.kts | 2 +- .github/workflows/bindings-server.main.kts | 2 +- .github/workflows/build.main.kts | 2 +- .github/workflows/gradle-wrapper-validation.main.kts | 2 +- .github/workflows/release.main.kts | 2 +- .github/workflows/setup-java.main.kts | 2 +- .github/workflows/setup-python.main.kts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/_shared.main.kts b/.github/workflows/_shared.main.kts index 5500385d3..25401b0e2 100644 --- a/.github/workflows/_shared.main.kts +++ b/.github/workflows/_shared.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") import io.github.typesafegithub.workflows.dsl.expressions.expr diff --git a/.github/workflows/bindings-server.main.kts b/.github/workflows/bindings-server.main.kts index dcc14b62b..0a386b893 100755 --- a/.github/workflows/bindings-server.main.kts +++ b/.github/workflows/bindings-server.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@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/build.main.kts b/.github/workflows/build.main.kts index f27b0245f..06271e3e8 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:cache:v4") diff --git a/.github/workflows/gradle-wrapper-validation.main.kts b/.github/workflows/gradle-wrapper-validation.main.kts index a66a96534..044809741 100755 --- a/.github/workflows/gradle-wrapper-validation.main.kts +++ b/.github/workflows/gradle-wrapper-validation.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@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/release.main.kts b/.github/workflows/release.main.kts index 2bf350d73..afb39a9f3 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@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/setup-java.main.kts b/.github/workflows/setup-java.main.kts index 6b9e5fc6a..12a7419d1 100644 --- a/.github/workflows/setup-java.main.kts +++ b/.github/workflows/setup-java.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:setup-java:v4") diff --git a/.github/workflows/setup-python.main.kts b/.github/workflows/setup-python.main.kts index 96ac4b991..e6ba8bc8f 100644 --- a/.github/workflows/setup-python.main.kts +++ b/.github/workflows/setup-python.main.kts @@ -1,6 +1,6 @@ #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:setup-python:v5")