From c2cd5ec460ae9879cf6121ff81014d7266b6e324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 02:57:02 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.2 --- .github/workflows/feedback.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feedback.yml b/.github/workflows/feedback.yml index 16e2de0..86bf17e 100644 --- a/.github/workflows/feedback.yml +++ b/.github/workflows/feedback.yml @@ -32,7 +32,7 @@ jobs: - run: dart format --set-exit-if-changed . - run: flutter analyze - run: flutter test --coverage - - uses: codecov/codecov-action@v5.3.1 + - uses: codecov/codecov-action@v5.5.2 build: needs: check