From c9dbccb17dfad0b886d19b858df31f1259f89658 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:19:58 +0000 Subject: [PATCH] Update mikepenz/action-junit-report action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab3964d61c..f7cbb3377c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: if: matrix.kind == 'shfmt' run: ./gradlew testShfmt - name: junit result - uses: mikepenz/action-junit-report@v4 + uses: mikepenz/action-junit-report@v5 if: always() # always run even if the previous step fails with: check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}