diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad7d9e64a..cabd5b0e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Monitor coverage if: github.event_name == 'pull_request' && ! contains(github.event.pull_request.user.login, 'dependabot[bot]') - uses: slavcodev/coverage-monitor-action@1.9.0 + uses: slavcodev/coverage-monitor-action@1.10.0 with: github_token: ${{github.token}} coverage_path: 'coverage/clover.xml'