From 4e61718bc2b40a20457603c3e7019a2bda689f8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 11:59:05 +0000 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 1.1.3 to 2.0.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/1.1.3...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86df4c8..91cd315 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,13 +55,13 @@ jobs: - name: Coveralls Parallel id: coveralls-parallel continue-on-error: true - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel: true flag-name: run-${{ matrix.node-version }}-${{ matrix.os }} - - name: Should Trigger coverallsapp/github-action@1.1.3 + - name: Should Trigger coverallsapp/github-action@v2.0.0 id: coveralls-trigger # https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#steps-context # when continue-on-error failed, outcome is failure and conclusion is success @@ -75,7 +75,7 @@ jobs: if: needs.test.outputs.COVERALLS != 'failure' steps: - name: Coveralls Finished - uses: coverallsapp/github-action@1.1.3 + uses: coverallsapp/github-action@v2.0.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true