Skip to content

Commit b7d0e72

Browse files
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](AndreMiras/coveralls-python-action@65c1672...ac868b9) --- updated-dependencies: - dependency-name: AndreMiras/coveralls-python-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1a2f92 commit b7d0e72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if:
6464
github.repository == 'psf/black' && matrix.os == 'ubuntu-latest' &&
6565
!startsWith(matrix.python-version, 'pypy')
66-
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
66+
uses: AndreMiras/coveralls-python-action@ac868b9540fad490f7ca82b8ca00480fd751ed19
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
parallel: true
@@ -78,7 +78,7 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v4
8080
- name: Send finished signal to Coveralls
81-
uses: AndreMiras/coveralls-python-action@65c1672f0b8a201702d86c81b79187df74072505
81+
uses: AndreMiras/coveralls-python-action@ac868b9540fad490f7ca82b8ca00480fd751ed19
8282
with:
8383
parallel-finished: true
8484
debug: true

0 commit comments

Comments
 (0)