From a525e32a459850c6615a3aee84c55ea8abd967ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 16:01:52 +0000 Subject: [PATCH] Build(deps): bump coverallsapp/github-action from 2.2.2 to 2.2.3 (#1312) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6710f724..8fd1f032 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,7 +79,7 @@ jobs: # upload coverage report for just one of Node.js version matrix runs - name: Upload coverage report to Coveralls if: matrix.node-version == '16.x' - uses: coverallsapp/github-action@v2.2.2 + uses: coverallsapp/github-action@v2.2.3 continue-on-error: true with: github-token: ${{ github.token }}