Skip to content

Commit 90c28ef

Browse files
committed
chore: prepare for next dev cycle
1 parent 7213901 commit 90c28ef

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/end-to-end-tests.main.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("file://~/.m2/repository/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
4-
@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.4.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.1-SNAPSHOT")
4+
@file:DependsOn("io.github.typesafegithub:action-updates-checker:3.4.1-SNAPSHOT")
55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("actions:github-script:v7")

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "io.github.typesafegithub"
9-
version = "3.4.0"
9+
version = "3.4.1-SNAPSHOT"
1010

1111
nexusPublishing {
1212
repositories {

github-workflows-kt/src/test/kotlin/io/github/typesafegithub/workflows/docsnippets/GettingStartedSnippets.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class GettingStartedSnippets :
1919
#!/usr/bin/env kotlin
2020
2121
@file:Repository("https://repo.maven.apache.org/maven2/")
22-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.0")
22+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.4.1-SNAPSHOT")
2323
@file:Repository("https://bindings.krzeminski.it")
2424
@file:DependsOn("actions:checkout:v4")
2525

images/teaser-with-newest-version.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)