From f899112ed95fc55c8414f5bfedbb628aff822920 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:55:22 +0200 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.3.3 to 2.3.4 (#576) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 181d551..17e4363 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,7 +172,7 @@ jobs: pytest tests/ $PYTEST_ARGS - name: Coveralls - uses: coverallsapp/github-action@v2.3.3 + uses: coverallsapp/github-action@v2.3.4 with: flag-name: run-${{ join(matrix.*, '-') }} parallel: true @@ -183,7 +183,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@v2.3.3 + uses: coverallsapp/github-action@v2.3.4 with: parallel-finished: true carryforward: "run-3.11,run-3.12"