Skip to content

Commit

Permalink
fix: use v2 for coveralls action
Browse files Browse the repository at this point in the history
We were pointing to master, which hasn't been updated in a while sicne they moved to main as defaultt branch
  • Loading branch information
tagoro9 committed Aug 28, 2023
1 parent bf72727 commit 5178668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
npm ci
npm test -- --coverage
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
if: hashFiles('package-lock.json') != ''
with:
github-token: ${{ inputs.github-token }}

0 comments on commit 5178668

Please sign in to comment.