Skip to content

Commit b38bbbd

Browse files
authoredAug 14, 2024··
Switch coverallsapp/github-action to v2
1 parent 8f1bb3f commit b38bbbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
3939
- name: Coveralls
4040
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
41-
uses: coverallsapp/github-action@master
41+
uses: coverallsapp/github-action@v2
4242
with:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Publish codeclimate code coverage

0 commit comments

Comments
 (0)
Please sign in to comment.