From e2664edf0f61fae4e97091a0fb24813506792bc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:46:55 +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 e1a3dc7..02f73b7 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@v4 + uses: mikepenz/action-junit-report@v5 if: "!cancelled() && github.actor != 'dependabot[bot]'" with: check_name: PHPUnit