From 1a313cb18009d034ec9d884e56439d9d964f9736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:42:49 +0200 Subject: [PATCH] Bump coverallsapp/github-action from 2.2.3 to 2.3.0 (#302) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bec55c6..d3adbd9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -99,7 +99,7 @@ jobs: uses: jandelgado/gcov2lcov-action@v1.0.9 if: matrix.os == 'ubuntu-latest' - name: Coveralls - uses: coverallsapp/github-action@v2.2.3 + uses: coverallsapp/github-action@v2.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov