diff --git a/.github/workflows/dotnetcore-build.yml b/.github/workflows/dotnetcore-build.yml index b505100f..806faeff 100644 --- a/.github/workflows/dotnetcore-build.yml +++ b/.github/workflows/dotnetcore-build.yml @@ -34,7 +34,7 @@ jobs: run: ./scripts/check-coverage.ps1 -reportPath coveragereport/Cobertura.xml -threshold 90 - name: Coveralls GitHub Action - uses: coverallsapp/github-action@v2.3.7 + uses: coverallsapp/github-action@v2.3.8 if: ${{ github.event_name == 'push' }} with: github-token: ${{ secrets.GITHUB_TOKEN }}