Skip to content

Commit

Permalink
Merge pull request #1569 from brian-team/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…verallsapp/github-action-2.3.4

Bump coverallsapp/github-action from 2.3.1 to 2.3.4
  • Loading branch information
mstimberg authored Oct 28, 2024
2 parents d8c4ad3 + 4739f67 commit d72174c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
FLOAT_DTYPE_32: ${{ matrix.float_dtype_32 }}
- name: Send coverage to Coveralls (parallel)
if: ${{ startsWith(matrix.os, 'ubuntu-') && matrix.python-version == needs.get_python_versions.outputs.max-python }}
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].4
with:
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}
Expand All @@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/[email protected].1
uses: coverallsapp/[email protected].4
with:
parallel-finished: true

Expand Down

0 comments on commit d72174c

Please sign in to comment.