We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfbf81a commit fedeb14Copy full SHA for fedeb14
.github/workflows/ci.yml
@@ -21,6 +21,6 @@ jobs:
21
- name: Test
22
run: npm run test-coverage
23
- name: Coveralls
24
- uses: coverallsapp/github-action@master
+ uses: coverallsapp/github-action@v2
25
with:
26
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments