From 80ece70cdbf221a249022a7d5ad0ae62005bcd74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 03:04:42 +0000 Subject: [PATCH] chore(deps): Bump dorny/test-reporter from 2.3.0 to 2.4.0 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.3.0 to 2.4.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.3.0...v2.4.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.4.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 7b8ce0b..37e9955 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.3.0 + uses: dorny/test-reporter@v2.4.0 if: always() with: name: Test report