Skip to content

Instantly share code, notes, and snippets.

@S-H-Y-A
S-H-Y-A / refreshVerions.main.kts
Created January 1, 2023 11:26
RefreshVersionsBot with github-warkflows-kt
#!/usr/bin/env kotlin
// Usage: $ .github/workflows/refreshVersions.main.kts
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.33.0")
// Find latest version at https://github.com/krzema12/github-actions-kotlin-dsl/releases
import it.krzeminski.githubactions.actions.Action
import it.krzeminski.githubactions.actions.actions.CheckoutV3
import it.krzeminski.githubactions.actions.actions.SetupJavaV3