From 46a4d091cc8d567cba46b56c299119e952322250 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 16:55:39 +0000 Subject: [PATCH] build(deps): bump action-badges/core from 0.4.1 to 0.5.0 Bumps [action-badges/core](https://github.com/action-badges/core) from 0.4.1 to 0.5.0. - [Changelog](https://github.com/action-badges/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/action-badges/core/compare/0.4.1...0.5.0) --- updated-dependencies: - dependency-name: action-badges/core dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Coverage.yml b/.github/workflows/Coverage.yml index f932f85..3806d8a 100644 --- a/.github/workflows/Coverage.yml +++ b/.github/workflows/Coverage.yml @@ -38,7 +38,7 @@ jobs: threshold-package: 70 threshold-total: 90 - name: make coverage badge - uses: action-badges/core@0.4.1 + uses: action-badges/core@0.5.0 if: contains(github.ref, 'main') with: message: ${{ steps.coverage.outputs.badge-text }}