From 300b1ba63bb4237f609e18765906dde8c1128b37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 02:50:35 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.5 --- .github/workflows/pythonapp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yaml b/.github/workflows/pythonapp.yaml index b00938bb..137ec603 100644 --- a/.github/workflows/pythonapp.yaml +++ b/.github/workflows/pythonapp.yaml @@ -34,7 +34,7 @@ jobs: files: results.xml comment_mode: off check_name: "Test Results - ${{ join(matrix.*, ', ') }}" - - uses: codecov/codecov-action@v5.5.1 + - uses: codecov/codecov-action@v5.5.5 env: PYTHON: ${{matrix.python}} BLEEDING_EDGE: ${{matrix.bleeding_edge}}