From 8479196ccb9398001b3b0798eb0649dae08a96ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:07:04 +0000 Subject: [PATCH] Bump EnricoMi/publish-unit-test-result-action from 2.12.0 to 2.14.0 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/e780361cd1fc1b1a170624547b3ffda64787d365...8885e273a4343cd7b48eaa72428dea0c3067ea98) --- 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/junit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/junit.yml b/.github/workflows/junit.yml index 7c24709c83d..e9a9354eedc 100644 --- a/.github/workflows/junit.yml +++ b/.github/workflows/junit.yml @@ -38,7 +38,7 @@ jobs: done - name: Publish Unit Test Results - uses: EnricoMi/publish-unit-test-result-action@e780361cd1fc1b1a170624547b3ffda64787d365 # v2.12.0 + uses: EnricoMi/publish-unit-test-result-action@8885e273a4343cd7b48eaa72428dea0c3067ea98 # v2.14.0 id: test-results with: commit: ${{ github.event.workflow_run.head_sha }}