From ed0a2a3c2680873c0076e7aef52f2e12bd14b5e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 14:05:33 +0000 Subject: [PATCH] chore(deps): update mikepenz/action-junit-report action to v5 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fec935f6a..2f093c2c59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,7 +230,7 @@ jobs: path: ${{ github.workspace }}/**/build/reports/tests/ - name: Unit test results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -265,7 +265,7 @@ jobs: restore-cache-key: main-build-artifacts - name: Unit test results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }} @@ -297,7 +297,7 @@ jobs: path: ${{ github.workspace }}/**/build/reports/tests/ - name: Integration test results - uses: mikepenz/action-junit-report@db71d41eb79864e25ab0337e395c352e84523afe # v4 + uses: mikepenz/action-junit-report@62516aa379bff6370c95fd5894d5a27fb6619d9b # v5 if: failure() with: github_token: ${{ secrets.GITHUB_TOKEN }}