From 1ae6d56e8029f30a7dcdb46130d2722cd21ec762 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:10:14 +0000 Subject: [PATCH] MAINT: Bump enricomi/publish-unit-test-result-action Bumps [enricomi/publish-unit-test-result-action](https://github.com/enricomi/publish-unit-test-result-action) from 2.12.0 to 2.14.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/v2.12.0...v2.14.0) --- updated-dependencies: - dependency-name: enricomi/publish-unit-test-result-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/testrunner.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testrunner.yaml b/.github/workflows/testrunner.yaml index 0d447bca76..1b4c46c974 100644 --- a/.github/workflows/testrunner.yaml +++ b/.github/workflows/testrunner.yaml @@ -147,7 +147,7 @@ jobs: exit $result - name: Publish test result - uses: enricomi/publish-unit-test-result-action@v2.12.0 + uses: enricomi/publish-unit-test-result-action@v2.14.0 if: always() with: comment_mode: "off"