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/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 -> { diff --git a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/IntegrationTest.kt b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/IntegrationTest.kt index 43568fbe47..e7e40bfb12 100644 --- a/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/IntegrationTest.kt +++ b/github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/IntegrationTest.kt @@ -86,7 +86,7 @@ class IntegrationTest : steps: - id: 'step-0' name: 'Check out' - uses: 'actions/checkout@v4' + uses: 'actions/checkout@v6' - id: 'step-1' name: 'Execute script' run: 'rm ''.github/workflows/some_workflow.yaml'' && ''.github/workflows/some_workflow.main.kts''' @@ -282,7 +282,7 @@ class IntegrationTest : steps: - id: 'step-0' name: 'Check out' - uses: 'actions/checkout@v4' + uses: 'actions/checkout@v6' - id: 'step-1' name: 'Execute script' continue-on-error: true @@ -722,7 +722,7 @@ class IntegrationTest : steps: - id: 'step-0' name: 'Check out' - uses: 'actions/checkout@v4' + uses: 'actions/checkout@v6' - id: 'step-1' name: 'Execute script' run: 'rm ''.github/workflows/some_workflow.yaml'' && ''.github/workflows/some_workflow.main.kts''' 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 @@ -