From b5e280bad24b85be76454c91f8620c371e3454f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 09:44:33 +0000 Subject: [PATCH] chore(ci)(deps): Bump dorny/test-reporter in the utility-actions group Bumps the utility-actions group with 1 update: [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `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/b082adf0eced0765477756c2a610396589b8c637...3d76b34a4535afbd0600d347b09a6ee5deb3ed7f) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utility-actions ... 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 4b3b6b1..c1017b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: retention-days: 14 - name: Publish test results - uses: dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5.0 + uses: dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6.0 if: always() with: name: Pester Tests