From 0508a33e570a02a9b46528cd3665ff6c580405fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:17:01 +0000 Subject: [PATCH 1/2] chore(deps): update mikepenz/action-junit-report action to v3.2.0 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 06acc0c..789d6e6 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.1.0 + uses: mikepenz/action-junit-report@v3.2.0 if: "!cancelled() && github.actor != 'dependabot[bot]'" with: check_name: PHPUnit From 2e326d2ca8659a9b1f41657e5522aea5f1bcf0a8 Mon Sep 17 00:00:00 2001 From: Maxime Meriouma-Caron Date: Mon, 18 Jul 2022 14:20:52 -0400 Subject: [PATCH 2/2] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 789d6e6..c1666a3 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.2.0 + uses: mikepenz/action-junit-report@v3 if: "!cancelled() && github.actor != 'dependabot[bot]'" with: check_name: PHPUnit