Skip to content

Commit

Permalink
⬆ Update dependency io.github.typesafegithub:github-workflows-kt to v…
Browse files Browse the repository at this point in the history
…1.3.0
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent b63149f commit 9de4e04
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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:1.2.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-license-analysis.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:1.2.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.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:1.2.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.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:1.2.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.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:1.2.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.3.0")

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

0 comments on commit 9de4e04

Please sign in to comment.