From ac361647f8b55a62871e321d76603238c5e1aefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:33:06 +0000 Subject: [PATCH] chore(deps): Bump coverallsapp/github-action from 2.2.1 to 2.3.0 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/95b1a2355bd0e526ad2fd62da9fd386ad4c98474...643bc377ffa44ace6394b2b5d0d3950076de9f63) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f13fd9..2e2db8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: yarn test:coverage:merge yarn test:coverage:report - - uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 + - uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 name: Report code coverage continue-on-error: true with: