From a971d449356f0120b6f1f7e60f2bb5c0b1333aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:57:08 +0000 Subject: [PATCH] Bump coverallsapp/github-action from 1.1.3 to 1.2.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 1.2.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v1.2.4) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 0b71afdd..7f04a786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Coveralls Parallel id: coveralls-parallel - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.4 continue-on-error: true with: github-token: ${{ secrets.GITHUB_TOKEN }} @@ -88,7 +88,7 @@ jobs: if: needs.test.outputs.COVERALLS != 'failure' steps: - name: Coveralls Finished - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v1.2.4 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true