From 988fe4df7675e3456117db1ad6cb4d5d7bea76a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 22:15:46 +0000 Subject: [PATCH] Update dependency codecov:codecov-action___major to v6 --- .github/workflows/branches-and-prs.main.kts | 2 +- .github/workflows/release.main.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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