From 4739f678d58917f3671b18cdb8081fbd52bed426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:52:06 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 2.3.1 to 2.3.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/testsuite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 8e3b66a4b..040677f28 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -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/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.4 with: parallel: true flag-name: run ${{ join(matrix.*, ' - ') }} @@ -113,7 +113,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Close parallel build - uses: coverallsapp/github-action@v2.3.1 + uses: coverallsapp/github-action@v2.3.4 with: parallel-finished: true