From 449f0d85c47a08398af13fb0f684dcbb5dd0ee89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:38:28 +0000 Subject: [PATCH] Build(deps): bump coverallsapp/github-action from 2.3.1 to 2.3.2 (#1405) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.1...v2.3.2) --- 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 c92d6085..bbb3cbf5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,7 +82,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.3.1 + uses: coverallsapp/github-action@v2.3.2 continue-on-error: true with: github-token: ${{ github.token }}