From 16dcf10264607c17c989b833595ed2d8139a3f8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:56:02 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.0.0 to 2.3.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.0.0 to 2.3.0. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c...fe45e9537387dac839af0d33ba56eed8e24189e8) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7500234..83e92e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: run: ./build.sh -target Test - name: Linux unit test report - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0 if: success() || failure() # run this step even if previous step failed with: name: Linux unit test results @@ -77,7 +77,7 @@ jobs: run: ./build.ps1 --verbosity verbose - name: Windows unit test report - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0 if: success() || failure() # run this step even if previous step failed with: name: Windows unit test results