From b4d62b420f9f74ba3392c32cafda10158266404b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 03:23:23 +0000 Subject: [PATCH] chore(deps): Bump dorny/test-reporter from 2.2.0 to 2.3.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.2.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/v2.2.0...v2.3.0) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 949bc18..7b8ce0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: npm install -g bats@1.11.0 bats --report-formatter junit . completion/bash - name: Create test report - uses: dorny/test-reporter@v2.2.0 + uses: dorny/test-reporter@v2.3.0 if: always() with: name: Test report