Skip to content

Commit 85323cc

Browse files
committed
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v2.1.0
1 parent 8bca33f commit 85323cc

12 files changed

+12
-12
lines changed

.github/workflows/_shared.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("io.github.typesafegithub:github-workflows-kt:2.0.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
33

44
import io.github.typesafegithub.workflows.dsl.expressions.expr
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/bindings-server.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/create-action-update-prs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/release-common.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("gradle:actions__setup-gradle:v3")

.github/workflows/release-docs.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")
44

55
@file:Repository("https://github-workflows-kt-bindings.colman.com.br/binding/")
66
@file:DependsOn("actions:checkout:v4")

0 commit comments

Comments
 (0)