Skip to content

Commit

Permalink
Update dependency it.krzeminski:github-actions-kotlin-dsl to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 8, 2022
1 parent c27379a commit a44be38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/kts/build.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin

@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.28.0")
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.30.0")

import it.krzeminski.githubactions.actions.actions.CacheV3
import it.krzeminski.githubactions.actions.actions.CheckoutV3
Expand Down
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("it.krzeminski:github-actions-kotlin-dsl:0.28.0")
@file:DependsOn("it.krzeminski:github-actions-kotlin-dsl:0.30.0")

import it.krzeminski.githubactions.actions.CustomAction
import it.krzeminski.githubactions.actions.actions.CheckoutV3
Expand Down

0 comments on commit a44be38

Please sign in to comment.