From dd6a67ff0238635f9538ef935734082a5e0c9596 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 05:55:53 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bbe440b..2cd17aa 100644 --- a/action.yml +++ b/action.yml @@ -51,7 +51,7 @@ runs: path: ${{ inputs.working-directory }}/reports/${{ inputs.coverage-report-name }} - name: Create annotations - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: "!cancelled() && github.actor != 'dependabot[bot]'" with: check_name: PHPUnit