From a3adc32e7c109dacccb797273ce35e0f91011cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 18:31:04 +0000 Subject: [PATCH] build(deps): bump dorny/test-reporter from 1 to 3 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 3. - [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/v1...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/backend-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 30dd13c..6a30ab5 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -40,7 +40,7 @@ jobs: - name: Annotate test results if: failure() - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v3 with: name: backend-tests path: "backend/**/test-results.trx"