Skip to content

Commit bf752c2

Browse files
chore(deps-dev): bump coverallsapp/github-action from 2.2.0 to 2.2.1 (#127)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@c7885c0...95b1a23) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a85faf commit bf752c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: npm run coverage
4747

4848
- name: Send code coverage results to Coveralls
49-
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
49+
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474
5050
with:
5151
parallel: true
5252
flag-name: Node.js ${{ matrix.node-version }} / ${{ matrix.os }}
@@ -58,7 +58,7 @@ jobs:
5858
needs: test
5959
steps:
6060
- name: Let Coveralls know that all tests have finished
61-
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
61+
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474
6262
with:
6363
parallel-finished: true
6464

0 commit comments

Comments
 (0)