From 50aeae66aa4f78bc89f01904c50ed511719d4511 Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 14:15:46 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0a4df0..6abe131 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: name: ${{ matrix.os }}-unit-test-report - name: Comment unit test report if: ${{ hashFiles('**/test-results/**/*.xml') != '' }} - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4.3.1 + uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0 with: report_paths: '**/test-results/**/*.xml' check_name: Unit test report (${{ matrix.os }})