Skip to content

Commit

Permalink
Merge pull request #2955 from factcast/renovate/github-workflows-kt-m…
Browse files Browse the repository at this point in the history
…onorepo

Update dependency io.github.typesafegithub:github-workflows-kt to v2.1.0
  • Loading branch information
uweschaefer committed Jun 12, 2024
2 parents d151ecb + fc6db23 commit 58c6bf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/kts/format.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")


import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
Expand Down
2 changes: 1 addition & 1 deletion .github/kts/maven.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")


import io.github.typesafegithub.workflows.actions.actions.CacheV4
Expand Down
2 changes: 1 addition & 1 deletion .github/kts/ui.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.0.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:2.1.0")

import io.github.typesafegithub.workflows.actions.actions.CacheV4
import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
Expand Down

0 comments on commit 58c6bf3

Please sign in to comment.