From 57f65e6ce0b03495d91622d34a058beb1875add9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 03:11:16 +0000 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.4 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/3dfc5567390f6fa9267c0ee9c251e4c8c3f18949...cfd0633edbd2411b532b808ba7a8b5e04f76d2c8) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverall.yml b/.github/workflows/coverall.yml index 0aabfad4..0a8e25b8 100644 --- a/.github/workflows/coverall.yml +++ b/.github/workflows/coverall.yml @@ -29,4 +29,4 @@ jobs: - name: Test run: JEST_MAX_WORKERS=95% npm run test:report - name: Coveralls - uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 \ No newline at end of file + uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 \ No newline at end of file