Skip to content

Commit af8f104

Browse files
committed
Update Coveralls action version to v2 in GitHub workflows
1 parent 4d29847 commit af8f104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Test lib
3131
run: npm run test:lib -- --bail 1
3232
- name: Coveralls
33-
uses: coverallsapp/github-action@2
33+
uses: coverallsapp/github-action@v2
3434
with:
3535
github-token: ${{ secrets.GITHUB_TOKEN }}
3636
file: coverage/clover.xml

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Test lib
1616
run: npm run test:lib -- --bail 1
1717
- name: Coveralls
18-
uses: coverallsapp/github-action@2
18+
uses: coverallsapp/github-action@v2
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
file: coverage/clover.xml

0 commit comments

Comments
 (0)