Skip to content

Commit 086fc02

Browse files
committedSep 13, 2021
[ci] Update coverallsapp/github-action action to version 1.1.3
1 parent c8f1a9d commit 086fc02

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
@@ -21,7 +21,7 @@ jobs:
2121
node-version: ${{ matrix.node }}
2222
- run: npm install
2323
- run: npm test
24-
- uses: coverallsapp/github-action@v1.1.2
24+
- uses: coverallsapp/github-action@1.1.3
2525
if: matrix.node == 16
2626
with:
2727
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.