Skip to content

Commit a6b8abb

Browse files
committed
Update github-workflows-kt to 3.2.0
1 parent f6fe12c commit a6b8abb

7 files changed

+34
-4
lines changed

Diff for: .github/workflows/check-action-typing.main.kts

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22

33
/*
4-
* Copyright 2020-2024 Björn Kautler
4+
* Copyright 2020-2025 Björn Kautler
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -18,6 +18,11 @@
1818

1919
@file:Import("workflow-with-copyright.main.kts")
2020
@file:Repository("https://bindings.krzeminski.it/")
21+
22+
@file:Repository("https://repo.maven.apache.org/maven2/")
23+
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
24+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
25+
2126
@file:DependsOn("actions:checkout:v4")
2227
@file:DependsOn("typesafegithub:github-actions-typing:v1")
2328

Diff for: .github/workflows/check-all-workflow-yaml-consistency.main.kts

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
*/
1818

1919
@file:Import("workflow-with-copyright.main.kts")
20+
21+
@file:Repository("https://repo.maven.apache.org/maven2/")
22+
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
24+
2025
@file:Repository("https://bindings.krzeminski.it/")
2126
@file:DependsOn("actions:checkout:v4")
2227

Diff for: .github/workflows/check-dependency-versions.main.kts

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22

33
/*
4-
* Copyright 2020-2024 Björn Kautler
4+
* Copyright 2020-2025 Björn Kautler
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -17,6 +17,11 @@
1717
*/
1818

1919
@file:Import("workflow-with-copyright.main.kts")
20+
21+
@file:Repository("https://repo.maven.apache.org/maven2/")
22+
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
24+
2025
@file:Repository("https://bindings.krzeminski.it/")
2126
@file:DependsOn("actions:checkout:v4")
2227
@file:DependsOn("actions:setup-java:v4")

Diff for: .github/workflows/test.main.kts

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
*/
1818

1919
@file:Import("workflow-with-copyright.main.kts")
20+
21+
@file:Repository("https://repo.maven.apache.org/maven2/")
22+
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
24+
2025
@file:Repository("https://bindings.krzeminski.it/")
2126
@file:DependsOn("actions:cache__restore:v4")
2227
@file:DependsOn("actions:cache__save:v4")

Diff for: .github/workflows/validate-gradle-wrapper.main.kts

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env kotlin
22

33
/*
4-
* Copyright 2020-2024 Björn Kautler
4+
* Copyright 2020-2025 Björn Kautler
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.
@@ -17,6 +17,11 @@
1717
*/
1818

1919
@file:Import("workflow-with-copyright.main.kts")
20+
21+
@file:Repository("https://repo.maven.apache.org/maven2/")
22+
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
24+
2025
@file:Repository("https://bindings.krzeminski.it/")
2126
@file:DependsOn("actions:checkout:v4")
2227
@file:DependsOn("gradle:wrapper-validation-action:v1")

Diff for: .github/workflows/verify-release.main.kts

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@
1717
*/
1818

1919
@file:Import("workflow-with-copyright.main.kts")
20+
21+
@file:Repository("https://repo.maven.apache.org/maven2/")
22+
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
23+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
24+
2025
@file:Repository("https://bindings.krzeminski.it/")
2126
@file:DependsOn("Vampire:setup-wsl:RELEASE")
2227

Diff for: .github/workflows/workflow-with-copyright.main.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
@file:Repository("https://repo.maven.apache.org/maven2/")
18-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.0")
18+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
1919

2020
import io.github.typesafegithub.workflows.domain.Concurrency
2121
import io.github.typesafegithub.workflows.domain.triggers.Trigger

0 commit comments

Comments
 (0)