From 410af80a3c28c849a06b28f34d7f23987c9923b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 18:57:24 +0000 Subject: [PATCH] chore(deps): update danielpalme/reportgenerator-github-action action to v5.5.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b51fbea..360d9d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: name: Code coverage macos-latest path: coverage-macos - name: Generate coverage report - uses: danielpalme/ReportGenerator-GitHub-Action@5.2.2 + uses: danielpalme/ReportGenerator-GitHub-Action@v5.5.6 with: reports: "**/coverage.cobertura.xml" targetdir: "coverage-report"