diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31a8230..95f77fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,6 @@ jobs: - run: npm run test - run: npm run mutate - run: npm run coverage - - uses: coverallsapp/github-action@v2.1.2 + - uses: coverallsapp/github-action@v2.2.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}