diff --git a/.github/workflows/branches-and-prs.main.kts b/.github/workflows/branches-and-prs.main.kts index c46821fe74..b1b512fd3c 100755 --- a/.github/workflows/branches-and-prs.main.kts +++ b/.github/workflows/branches-and-prs.main.kts @@ -24,7 +24,7 @@ @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v6,v7-alpha)") -@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)") +@file:DependsOn("codecov:codecov-action___major:[v5,v7.0)") @file:DependsOn("testlens-app:setup-testlens___major:[v1,v2-alpha)") import io.github.typesafegithub.workflows.actions.actions.Checkout diff --git a/.github/workflows/release.main.kts b/.github/workflows/release.main.kts index 415c7c8d72..da4806327c 100755 --- a/.github/workflows/release.main.kts +++ b/.github/workflows/release.main.kts @@ -24,7 +24,7 @@ @file:Repository("https://bindings.krzeminski.it/") @file:DependsOn("actions:checkout___major:[v6,v7-alpha)") -@file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)") +@file:DependsOn("codecov:codecov-action___major:[v5,v7.0)") import io.github.typesafegithub.workflows.actions.actions.Checkout import io.github.typesafegithub.workflows.actions.actions.Checkout.FetchDepth