diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fc27420..cb6eb3f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: if: github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' && !startsWith(matrix.python-version, 'pypy') - uses: AndreMiras/coveralls-python-action@8799c9f4443ac4201d2e2f2c725d577174683b99 + uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -77,7 +77,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Send finished signal to Coveralls - uses: AndreMiras/coveralls-python-action@8799c9f4443ac4201d2e2f2c725d577174683b99 + uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505 with: parallel-finished: true debug: true