From 5a54a17ceffe63bab74a71cc0a3143618c7e13a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 08:09:41 +0000 Subject: [PATCH] build(deps): bump romeovs/lcov-reporter-action from v0.2.11 to v0.2.21 Bumps [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action) from v0.2.11 to v0.2.21. - [Release notes](https://github.com/romeovs/lcov-reporter-action/releases) - [Commits](https://github.com/romeovs/lcov-reporter-action/compare/v0.2.11...9f75fe6f72f1d8b0822399a67d439c91d7ca194b) Signed-off-by: dependabot[bot] --- .github/workflows/on-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 2113f867e0..296d9085bf 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -18,7 +18,7 @@ jobs: run: npm run lerna-test - name: Report Coverage if: ${{ github.event_name == 'pull_request' }} - uses: romeovs/lcov-reporter-action@v0.2.11 + uses: romeovs/lcov-reporter-action@v0.2.21 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: ./packages/logger/coverage/lcov.info \ No newline at end of file