From c212f29c82729b0ef2330e9ea25c2e3c414db93c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 13:15:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v3.1.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c1caed3..bb08087 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Run tests run: flutter test --coverage --coverage-path=lcov.info - - uses: codecov/codecov-action@v3.1.0 + - uses: codecov/codecov-action@v3.1.1 if: ${{ matrix.channel == 'stable' }} test-old-versions: