From 95796736c50d6fbdec16cac40f4ffe97dff82429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 05:11:39 +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 c1666a3..c210348 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@v3 + uses: mikepenz/action-junit-report@v4 if: "!cancelled() && github.actor != 'dependabot[bot]'" with: check_name: PHPUnit