From faa16efa9ec1831f0dc978922069a78490ceed96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 03:05:18 +0000 Subject: [PATCH] chore(deps): Bump dorny/test-reporter from 2.1.1 to 2.2.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.1 to 2.2.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.1.1...v2.2.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.2.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 8311664..e47361b 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.1.1 + uses: dorny/test-reporter@v2.2.0 if: always() with: name: Test report