Skip to content

Commit d2a7a65

Browse files
chore(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0 (#113)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@f350da2...c7885c0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55fe6e7 commit d2a7a65

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@f350da2c033043742f89e8c0b7b5145a1616da6d
49+
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
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@f350da2c033043742f89e8c0b7b5145a1616da6d
61+
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412
6262
with:
6363
parallel-finished: true
6464

0 commit comments

Comments
 (0)