diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3fb611..262cb70 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: run: pytest --cov longbow --cov-report term-missing --cov-append . - name: Report Coverage - uses: coverallsapp/github-action@v2.3.7 + uses: coverallsapp/github-action@v2.3.8 docs: runs-on: ubuntu-24.04