From 9403f1482743e58d60d8e9038eb2ecc1634e3a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 13:05:47 +0000 Subject: [PATCH] build(deps): bump romeovs/lcov-reporter-action from 0.2.21 to 0.3.1 Bumps [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action) from 0.2.21 to 0.3.1. - [Release notes](https://github.com/romeovs/lcov-reporter-action/releases) - [Commits](https://github.com/romeovs/lcov-reporter-action/compare/v0.2.21...v0.3.1) --- updated-dependencies: - dependency-name: romeovs/lcov-reporter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index 22c5383494..3f8520ee0e 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -37,7 +37,7 @@ jobs: - name: Report Coverage #Dependabot user will only have read-only perms, so don't try to report coverage if: ${{ github.actor != 'dependabot[bot]' }} - uses: romeovs/lcov-reporter-action@v0.2.21 + uses: romeovs/lcov-reporter-action@v0.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} lcov-file: ./coverage/lcov.info \ No newline at end of file