From a2af26a681fa46e76f732a0b973ccaacb32b36cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 01:01:33 +0000 Subject: [PATCH] chore(deps): bump dorny/test-reporter from 1 to 2 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 2. - [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...v2) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reference-converter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reference-converter.yml b/.github/workflows/reference-converter.yml index 0bd0f9b..46193b0 100644 --- a/.github/workflows/reference-converter.yml +++ b/.github/workflows/reference-converter.yml @@ -33,7 +33,7 @@ jobs: name: test-report path: ${{ env.testResults }} - name: Test Report - uses: dorny/test-reporter@v1 + uses: dorny/test-reporter@v2 if: success() || failure() with: name: Test Report