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)")