Skip to content

Commit 4695e91

Browse files
authored
Use v2 tag for coveralls GH action (#575)
1 parent 46b89a5 commit 4695e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

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

0 commit comments

Comments
 (0)