Skip to content

Commit

Permalink
Update dependency io.github.typesafegithub:github-workflows-kt to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2023
1 parent c59c629 commit 4793022
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kotlin
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:0.50.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.0.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV3
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.main.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kotlin
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:0.50.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.0.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV3
import io.github.typesafegithub.workflows.actions.gradle.WrapperValidationActionV1
Expand Down

0 comments on commit 4793022

Please sign in to comment.