Skip to content

Commit

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

Bump coverallsapp/github-action from 2.3.4 to 2.3.6
  • Loading branch information
mstimberg authored Jan 27, 2025
2 parents 4429aee + 5a22bbd commit e8658a1
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 @@ -123,7 +123,7 @@ jobs:
DO_NOT_RESET_PREFERENCES: true # Make sure that GSL setting is used
- name: Send coverage to Coveralls (parallel)
if: ${{ startsWith(matrix.os.image, 'ubuntu-') && matrix.python-version == needs.get_python_versions.outputs.max-python }}
uses: coverallsapp/[email protected].4
uses: coverallsapp/[email protected].6
with:
parallel: true
flag-name: run ${{ join(matrix.*, ' - ') }}
Expand All @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Close parallel build
uses: coverallsapp/[email protected].4
uses: coverallsapp/[email protected].6
with:
parallel-finished: true

Expand Down

0 comments on commit e8658a1

Please sign in to comment.