Skip to content

Commit

Permalink
Bump coverallsapp/github-action from 2.3.0 to 2.3.2 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent 332ebc7 commit 0d209d9
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 @@ -66,7 +66,7 @@ jobs:
- name: Generate lcov
run: make coverage
- name: Coveralls
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov
Expand All @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/[email protected].0
uses: coverallsapp/[email protected].2
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true

0 comments on commit 0d209d9

Please sign in to comment.