From d7773a4f29b3ac9ca6464924c500da2b1944e5cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 22:13:04 +0000 Subject: [PATCH] Bump pmeier/pytest-results-action from 0.7.2 to 0.9.0 Bumps [pmeier/pytest-results-action](https://github.com/pmeier/pytest-results-action) from 0.7.2 to 0.9.0. - [Release notes](https://github.com/pmeier/pytest-results-action/releases) - [Commits](https://github.com/pmeier/pytest-results-action/compare/v0.7.2...v0.9.0) --- updated-dependencies: - dependency-name: pmeier/pytest-results-action dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-unit-tests.yml b/.github/workflows/python-unit-tests.yml index c354c9550512..418171e35063 100644 --- a/.github/workflows/python-unit-tests.yml +++ b/.github/workflows/python-unit-tests.yml @@ -65,7 +65,7 @@ jobs: run: uv run --frozen pytest --junitxml=pytest-dapr.xml ./tests/unit/processes/dapr_runtime - name: Surface failing tests if: ${{ !matrix.experimental && matrix.test-suite == 'unit-all-except-dapr' }} - uses: pmeier/pytest-results-action@v0.7.2 + uses: pmeier/pytest-results-action@v0.9.0 with: path: python/pytest.xml summary: true