Skip to content

Commit

Permalink
chore(deps): update coverallsapp/github-action action to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 4cecec0 commit 578fc0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: pnpm run test:cov

- name: Report to coveralls
uses: coverallsapp/github-action@v2.2.0
uses: coverallsapp/github-action@v2.3.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: pnpm run test:cov

- name: Report to coveralls
uses: coverallsapp/github-action@v2.2.0
uses: coverallsapp/github-action@v2.3.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 578fc0b

Please sign in to comment.