From 9a770bcccf1347f6f7f66890c934854b116da17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:05:59 +0100 Subject: [PATCH] Bump coverallsapp/github-action from 1 to 2 (#2129) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1 to 2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Upgrade guide](https://github.com/coverallsapp/github-action/blob/main/UPGRADE.md) - [Commits](https://github.com/coverallsapp/github-action/compare/v1...v2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 3e8bb248a..6b9a3722c 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Close parallel build - uses: coverallsapp/github-action@v1 + uses: coverallsapp/github-action@v2 with: parallel-finished: true #carryforward: "run-1,run-2"