Skip to content

Commit 548dd47

Browse files
renovate[bot]krzema12
authored andcommitted
chore(deps): update dependency it.krzeminski:github-actions-kotlin-dsl to v0.23.0
1 parent d4ee5e9 commit 548dd47

6 files changed

+6
-6
lines changed

.github/workflows/actions-versions.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.actions.SetupJavaV3

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.actions.SetupJavaV3

.github/workflows/check-if-wrappers-up-to-date.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.actions.SetupJavaV3

.github/workflows/gradle-wrapper-validation.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.gradle.WrapperValidationActionV1

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.actions.SetupJavaV3

.github/workflows/update-gradle-wrapper.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.22.0")
2+
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.23.0")
33

44
import it.krzeminski.githubactions.actions.actions.CheckoutV3
55
import it.krzeminski.githubactions.actions.gradleupdate.UpdateGradleWrapperActionV1

0 commit comments

Comments
 (0)