From 63ba1ab67bb574b9156e299af754f6a73378ce25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 11:56:53 +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/20b595761ba9bf89e115e875f8bc863f913bc8ad...fdc7f18d9934e38aca411ca9557e6577bd25ca9c) --- 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 762d091f223e..94ec2b5fe32b 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@20b595761ba9bf89e115e875f8bc863f913bc8ad # v0.7.2 + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c # v0.9.0 with: path: python/pytest.xml summary: true