From b7d0e7212bb8bf9ee9ff6ad4137b33bd9711946e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:00:31 -0700 Subject: [PATCH] Bump AndreMiras/coveralls-python-action from 65c1672f0b8a201702d86c81b79187df74072505 to ac868b9540fad490f7ca82b8ca00480fd751ed19 (#4468) Bumps [AndreMiras/coveralls-python-action](https://github.com/andremiras/coveralls-python-action) from 65c1672f0b8a201702d86c81b79187df74072505 to ac868b9540fad490f7ca82b8ca00480fd751ed19. - [Release notes](https://github.com/andremiras/coveralls-python-action/releases) - [Changelog](https://github.com/AndreMiras/coveralls-python-action/blob/develop/CHANGELOG.md) - [Commits](https://github.com/andremiras/coveralls-python-action/compare/65c1672f0b8a201702d86c81b79187df74072505...ac868b9540fad490f7ca82b8ca00480fd751ed19) --- updated-dependencies: - dependency-name: AndreMiras/coveralls-python-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c41d1db547..004256e563d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,7 @@ jobs: if: github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' && !startsWith(matrix.python-version, 'pypy') - uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505 + uses: AndreMiras/coveralls-python-action@ac868b9540fad490f7ca82b8ca00480fd751ed19 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Send finished signal to Coveralls - uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505 + uses: AndreMiras/coveralls-python-action@ac868b9540fad490f7ca82b8ca00480fd751ed19 with: parallel-finished: true debug: true