Skip to content

Commit

Permalink
Bump coverallsapp/github-action from 2.2.3 to 2.3.0 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent dbf57f6 commit 4c568bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Generate lcov
run: make coverage
- 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
Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2.2.3
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 4c568bf

Please sign in to comment.