From b6a39edd848f209063bd9c5ce7e2b50dd022f67d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 10:37:59 +0000 Subject: [PATCH] Update dependency io.github.typesafegithub:github-workflows-kt to v3.4.0 --- .github/workflows/branches-and-prs.main.kts | 2 +- .github/workflows/codeql-analysis.main.kts | 2 +- .github/workflows/common.main.kts | 2 +- .github/workflows/docs-pr.main.kts | 2 +- .github/workflows/release.main.kts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/branches-and-prs.main.kts b/.github/workflows/branches-and-prs.main.kts index d9827cda96..a73b878b26 100755 --- a/.github/workflows/branches-and-prs.main.kts +++ b/.github/workflows/branches-and-prs.main.kts @@ -20,7 +20,7 @@ @file:Repository("https://repo.maven.apache.org/maven2/") // work-around for https://youtrack.jetbrains.com/issue/KT-69145 -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v4,v5-alpha)") diff --git a/.github/workflows/codeql-analysis.main.kts b/.github/workflows/codeql-analysis.main.kts index 3b4969aea1..9f8c2fe0f1 100755 --- a/.github/workflows/codeql-analysis.main.kts +++ b/.github/workflows/codeql-analysis.main.kts @@ -20,7 +20,7 @@ @file:Repository("https://repo.maven.apache.org/maven2/") // work-around for https://youtrack.jetbrains.com/issue/KT-69145 -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v4,v5-alpha)") diff --git a/.github/workflows/common.main.kts b/.github/workflows/common.main.kts index 48eda517c0..a84b43076b 100755 --- a/.github/workflows/common.main.kts +++ b/.github/workflows/common.main.kts @@ -17,7 +17,7 @@ */ @file:Repository("https://repo.maven.apache.org/maven2/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0") import io.github.typesafegithub.workflows.domain.Job import io.github.typesafegithub.workflows.domain.JobOutputs.EMPTY diff --git a/.github/workflows/docs-pr.main.kts b/.github/workflows/docs-pr.main.kts index 3709a153d5..3ff593208e 100755 --- a/.github/workflows/docs-pr.main.kts +++ b/.github/workflows/docs-pr.main.kts @@ -20,7 +20,7 @@ @file:Repository("https://repo.maven.apache.org/maven2/") // work-around for https://youtrack.jetbrains.com/issue/KT-69145 -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v4,v5-alpha)") diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 721a5ae4bb..482bb4d2de 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -20,7 +20,7 @@ @file:Repository("https://repo.maven.apache.org/maven2/") // work-around for https://youtrack.jetbrains.com/issue/KT-69145 -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0") @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v4,v5-alpha)")