From d70d9cc33d60fb9a16ceb5e5577f4d79a53645ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:22:08 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e03f3c42..0b41aa756 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,6 +38,6 @@ jobs: run: | source .venv/bin/activate ./examples/run-dummy.sh - - uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 + - uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4 with: name: ${{ matrix.os }}, Python ${{ matrix.python-version }}