From 1eb7a59ebf60f38a8bf83ade95dfe99b445b1cd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 23:58:12 +0000 Subject: [PATCH] chore(deps): bump pmeier/pytest-results-action Bumps the minor-updates group with 1 update in the / directory: [pmeier/pytest-results-action](https://github.com/pmeier/pytest-results-action). Updates `pmeier/pytest-results-action` from 0.8.0 to 0.9.0 - [Release notes](https://github.com/pmeier/pytest-results-action/releases) - [Commits](https://github.com/pmeier/pytest-results-action/compare/0841ca7226ab155943837380769373a5dd14d7ed...fdc7f18d9934e38aca411ca9557e6577bd25ca9c) --- updated-dependencies: - dependency-name: pmeier/pytest-results-action dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/python-uv-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-uv-ci.yml b/.github/workflows/python-uv-ci.yml index 518ab7e..026e668 100644 --- a/.github/workflows/python-uv-ci.yml +++ b/.github/workflows/python-uv-ci.yml @@ -227,7 +227,7 @@ jobs: # Requires permissions.checks: write - name: Surface failing tests if: inputs.output-test-results && inputs.run-tests - uses: pmeier/pytest-results-action@0841ca7226ab155943837380769373a5dd14d7ed + uses: pmeier/pytest-results-action@fdc7f18d9934e38aca411ca9557e6577bd25ca9c with: path: ${{ inputs.test-results-file-pattern }}