Skip to content

Commit 3742a14

Browse files
author
Michael Wittwer
committed
chore(build): update action version of coveralls
1 parent 233db98 commit 3742a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# report coverage only for non PR
8383
- name: coveralls
8484
if: ${{ startsWith(github.ref, 'refs/pull/') == false }}
85-
uses: coverallsapp/github-action@master
85+
uses: coverallsapp/github-action@v2
8686
with:
8787
github-token: ${{ secrets.GITHUB_TOKEN }}
8888

0 commit comments

Comments
 (0)