From d2a7a65d2656dda1f4bdde9e22c36e3669947ca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 12:38:53 -0400 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0 (#113) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/f350da2c033043742f89e8c0b7b5145a1616da6d...c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index b5de88e..4b2fa33 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -46,7 +46,7 @@ jobs: run: npm run coverage - name: Send code coverage results to Coveralls - uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d + uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 with: parallel: true flag-name: Node.js ${{ matrix.node-version }} / ${{ matrix.os }} @@ -58,7 +58,7 @@ jobs: needs: test steps: - name: Let Coveralls know that all tests have finished - uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d + uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 with: parallel-finished: true