From f4b64d33b4f1a3d43ba5d36b40e9d6beb73babd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:03:38 +0000 Subject: [PATCH] chore(deps): Bump dorny/test-reporter from 2.5.0 to 2.6.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.5.0 to 2.6.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.5.0...v2.6.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.6.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 893170e..43d256e 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.5.0 + uses: dorny/test-reporter@v2.6.0 if: always() with: name: Test report