Skip to content

Commit

Permalink
fix: coveralls actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Sep 23, 2022
1 parent 8209d14 commit 858aadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yaml
Expand Up @@ -33,6 +33,6 @@ jobs:
- run: npm run lint
- run: npm run test
- name: Coverage
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Expand Up @@ -28,6 +28,6 @@ jobs:
- run: npm run lint
- run: npm test
- name: Coverage
uses: coverallsapp/github-action@v1
uses: coverallsapp/github-action@1.1.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 858aadc

Please sign in to comment.