From a0202ac65ad78ffd9bb16aae9cf50ed0b528a667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 14:52:28 +0000 Subject: [PATCH] chore(deps): bump tj-actions/coverage-badge-go from 2 to 3 Bumps [tj-actions/coverage-badge-go](https://github.com/tj-actions/coverage-badge-go) from 2 to 3. - [Release notes](https://github.com/tj-actions/coverage-badge-go/releases) - [Changelog](https://github.com/tj-actions/coverage-badge-go/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/coverage-badge-go/compare/v2...v3) --- updated-dependencies: - dependency-name: tj-actions/coverage-badge-go dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-jobs.yml b/.github/workflows/ci-jobs.yml index 337fce1..fb29882 100644 --- a/.github/workflows/ci-jobs.yml +++ b/.github/workflows/ci-jobs.yml @@ -40,7 +40,7 @@ jobs: run: go test -coverprofile=coverage.out ./... - name: Update coverage badge - uses: tj-actions/coverage-badge-go@v2 + uses: tj-actions/coverage-badge-go@v3 with: filename: coverage.out