diff --git a/.github/workflows/end-to-end-tests.main.kts b/.github/workflows/end-to-end-tests.main.kts index e24e6576d4..06aa11dea7 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:2.1.2-SNAPSHOT") -@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.1.2-SNAPSHOT") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.0") +@file:DependsOn("io.github.typesafegithub:action-updates-checker:2.2.0") @file:Repository("https://bindings.krzeminski.it") @file:DependsOn("actions:checkout:v4") @file:DependsOn("actions:github-script:v7") diff --git a/build.gradle.kts b/build.gradle.kts index dd38675ad3..b20deb8f30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } group = "io.github.typesafegithub" -version = "2.1.2-SNAPSHOT" +version = "2.2.0" 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 26dd9430f4..c1992b2b82 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 @@ -18,7 +18,7 @@ class GettingStartedSnippets : // --8<-- [start:getting-started-1] #!/usr/bin/env kotlin - @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.2-SNAPSHOT") + @file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.2.0") // --8<-- [end:getting-started-1] */ diff --git a/images/teaser-with-newest-version.svg b/images/teaser-with-newest-version.svg index 730050f6fd..3390d6d34a 100644 --- a/images/teaser-with-newest-version.svg +++ b/images/teaser-with-newest-version.svg @@ -1,4 +1,4 @@ -