Skip to content

Commit e9a8353

Browse files
committedSep 15, 2021
[ci] Update coverallsapp/github-action action to version 1.1.3
1 parent 36dd8b4 commit e9a8353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: ${{ matrix.node }}
2121
- run: npm install
2222
- run: npm test
23-
- uses: coverallsapp/github-action@v1.1.2
23+
- uses: coverallsapp/github-action@1.1.3
2424
if: matrix.node == 12
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.