From 4c020d8d194bfb151e7ac21cdf2a429d6f2e637c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:08:34 +0000 Subject: [PATCH] build(deps): 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.10.0 to 2.11.0. - [Release notes](https://github.com/enricomi/publish-unit-test-result-action/releases) - [Commits](https://github.com/enricomi/publish-unit-test-result-action/compare/d93dbc08d265e4653da0c0af544bee2a851d3e38...ca89ad036b5fcd524c1017287fb01b5139908408) --- 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/reports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 60d3c815..ed8fec06 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -25,7 +25,7 @@ jobs: run_id: ${{ github.event.workflow_run.id }} path: artifacts - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action@d93dbc08d265e4653da0c0af544bee2a851d3e38 # v2.10.0 + uses: EnricoMi/publish-unit-test-result-action@ca89ad036b5fcd524c1017287fb01b5139908408 # v2.11.0 with: comment_title: ':clipboard: Pytest Results' commit: ${{ github.event.workflow_run.head_sha }}