Skip to content

Commit

Permalink
chore(build): update action version of coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wittwer committed Apr 19, 2024
1 parent 233db98 commit 3742a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
# report coverage only for non PR
- name: coveralls
if: ${{ startsWith(github.ref, 'refs/pull/') == false }}
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 3742a14

Please sign in to comment.