Skip to content

Commit 71dec8b

Browse files
committed
.github: use coverallsapp/github-action@v1
Now that there is a versioned tag, lets use it! Signed-off-by: Kevin Locke <[email protected]>
1 parent 1beea2b commit 71dec8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
5656
- name: Upload coverage to Codecov
5757
uses: codecov/codecov-action@v3
5858
- name: Upload coverage to Coveralls
59-
# Note: @master is currently the only version
60-
# https://github.com/coverallsapp/github-action/issues/11
61-
uses: coverallsapp/github-action@master
59+
uses: coverallsapp/github-action@v1
6260
# Ignore intermittent server errors (which are out of our control).
6361
# https://github.com/coverallsapp/github-action/issues/9
6462
# https://github.com/coverallsapp/github-action/issues/79

0 commit comments

Comments
 (0)