We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fe19d commit a05339aCopy full SHA for a05339a
.github/workflows/NodeCI.yml
@@ -43,6 +43,6 @@ jobs:
43
- name: Test
44
run: yarn cover
45
- name: Coveralls GitHub Action
46
- uses: coverallsapp/github-action@773b6d8e80fa7862da56a7664bd747c91255b2e2 # v2.3.5
+ uses: coverallsapp/github-action@v2
47
with:
48
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments