From feba91d040ab1c50dcc71e05ebdb66f76e665e34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 12:30:44 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.3 --- .github/workflows/github_actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 4bb1c74..87fba7a 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -31,7 +31,7 @@ jobs: flutter test --coverage - name: Upload coverage report 📡 - uses: codecov/codecov-action@v3.1.2 + uses: codecov/codecov-action@v3.1.3 lint: name: Lint