From e10cbeb62142a35b182fada5ad6cc148a4efbfdd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:57:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.5 --- .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..3db3510 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.5 build: needs: check