diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index efb2b6d..e184f5b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -31,6 +31,6 @@ jobs: coverage run -m pytest coverage lcov -o ./coverage/lcov.info - name: Coveralls GitHub Action - uses: coverallsapp/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.3 with: github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file