Skip to content

Commit

Permalink
Update github-workflows-kt to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire committed Jan 31, 2025
1 parent f6fe12c commit a6b8abb
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/check-action-typing.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin

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

@file:Import("workflow-with-copyright.main.kts")
@file:Repository("https://bindings.krzeminski.it/")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:DependsOn("actions:checkout:v4")
@file:DependsOn("typesafegithub:github-actions-typing:v1")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
*/

@file:Import("workflow-with-copyright.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/check-dependency-versions.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin

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

@file:Import("workflow-with-copyright.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("actions:setup-java:v4")
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
*/

@file:Import("workflow-with-copyright.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:cache__restore:v4")
@file:DependsOn("actions:cache__save:v4")
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/validate-gradle-wrapper.main.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env kotlin

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

@file:Import("workflow-with-copyright.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("gradle:wrapper-validation-action:v1")
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/verify-release.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
*/

@file:Import("workflow-with-copyright.main.kts")

@file:Repository("https://repo.maven.apache.org/maven2/")
// work-around for https://youtrack.jetbrains.com/issue/KT-69145
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("Vampire:setup-wsl:RELEASE")

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-with-copyright.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

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

import io.github.typesafegithub.workflows.domain.Concurrency
import io.github.typesafegithub.workflows.domain.triggers.Trigger
Expand Down

0 comments on commit a6b8abb

Please sign in to comment.