From 7751923bdb90d4e9f23116aca3ac73279a86be6c Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Sun, 7 Jun 2026 17:30:26 +0200 Subject: [PATCH 1/3] feat(library): update bundled version of actions/checkout to v6 Part of https://github.com/typesafegithub/github-workflows-kt/issues/2045. --- .../github/typesafegithub/workflows/yaml/ConsistencyCheckJob.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-workflows-kt/src/main/kotlin/io/github/typesafegithub/workflows/yaml/ConsistencyCheckJob.kt b/github-workflows-kt/src/main/kotlin/io/github/typesafegithub/workflows/yaml/ConsistencyCheckJob.kt index c70ac2f9c4..a53e2b84fc 100644 --- a/github-workflows-kt/src/main/kotlin/io/github/typesafegithub/workflows/yaml/ConsistencyCheckJob.kt +++ b/github-workflows-kt/src/main/kotlin/io/github/typesafegithub/workflows/yaml/ConsistencyCheckJob.kt @@ -44,7 +44,7 @@ internal fun WorkflowBuilder.consistencyCheckJob( val checkoutActionVersion = when (consistencyCheckJobConfig.checkoutActionVersion) { CheckoutActionVersionSource.BundledWithLibrary -> { - "v4" + "v6" } is CheckoutActionVersionSource.Given -> { From 4dcc1ec7ec89bb17094a5f72635cf8d516b506ca Mon Sep 17 00:00:00 2001 From: Piotr Krzeminski Date: Sun, 7 Jun 2026 17:33:23 +0200 Subject: [PATCH 2/3] Bump major version --- .github/workflows/end-to-end-tests.main.kts | 4 ++-- build.gradle.kts | 2 +- .../workflows/docsnippets/GettingStartedSnippets.kt | 2 +- images/teaser-with-newest-version.svg | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/end-to-end-tests.main.kts b/.github/workflows/end-to-end-tests.main.kts index 27401359b2..7d1cd7acdc 100755 --- a/.github/workflows/end-to-end-tests.main.kts +++ b/.github/workflows/end-to-end-tests.main.kts @@ -1,7 +1,7 @@ #!/usr/bin/env kotlin @file:Repository("file://~/.m2/repository/") -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.1-SNAPSHOT") -@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.7.1-SNAPSHOT") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0-SNAPSHOT") +@file:DependsOn("io.github.typesafegithub:action-updates-checker:4.0.0-SNAPSHOT") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v6") @file:DependsOn("actions:github-script:v9") diff --git a/build.gradle.kts b/build.gradle.kts index 673483e450..51c68c6c2b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.typesafegithub" -version = "3.7.1-SNAPSHOT" +version = "4.0.0-SNAPSHOT" nexusPublishing { repositories { diff --git a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt index 7d95e41db1..4e3a829c23 100644 --- a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt +++ b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt @@ -19,7 +19,7 @@ class GettingStartedSnippets : #!/usr/bin/env kotlin @file:Repository("https://repo.maven.apache.org/maven2/") - @file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.1-SNAPSHOT") + @file:DependsOn("io.github.typesafegithub:github-workflows-kt:4.0.0-SNAPSHOT") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4") diff --git a/images/teaser-with-newest-version.svg b/images/teaser-with-newest-version.svg index d9baef5c06..f895623fed 100644 --- a/images/teaser-with-newest-version.svg +++ b/images/teaser-with-newest-version.svg @@ -1,4 +1,4 @@ -