Skip to content

Commit

Permalink
coverallsapp/github-action@master => coverallsapp/github-action@main
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jun 16, 2024
1 parent b2e8dd2 commit dcdb06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: pnpm run build
- run: TZ=Europe/Zurich pnpm test -- --coverage
- name: coveralls.io
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: sonarcloud.io
Expand Down

0 comments on commit dcdb06b

Please sign in to comment.