From a9a48b4a40a27fe46ad80cf8181a5dfa12ecbeed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:04:52 +0000 Subject: [PATCH] Update orgoro/coverage action to v3.3 --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 0bfe352..bedefa4 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -213,7 +213,7 @@ jobs: comment_mode: "off" check_name: Unit Tests (${{ matrix.py }} - ${{ matrix.os }}) - name: Coverage Comment - uses: orgoro/coverage@v3.2 + uses: orgoro/coverage@v3.3 if: matrix.os == 'ubuntu' && matrix.py == '3.12' continue-on-error: true with: