From f1189bf0b561b429764b8003286abfaa3705f69a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 06:13:12 +0000 Subject: [PATCH] Bump dorny/test-reporter from 2.0.0 to 2.1.1 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.0.0 to 2.1.1. - [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...dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.1.1 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..49372c7 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@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1 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@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1 if: success() || failure() # run this step even if previous step failed with: name: Windows unit test results