Skip to content

Commit 52bacc1

Browse files
authoredJun 1, 2024
chore(deps): bump coverallsapp/github-action in the actions group (#197)
Bumps the actions group with 1 update: [coverallsapp/github-action](https://github.com/coverallsapp/github-action). Updates `coverallsapp/github-action` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@3dfc556...643bc37) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd26c94 commit 52bacc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci-cd.yaml

+2-2
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@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
49+
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
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@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
61+
uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63
6262
with:
6363
parallel-finished: true
6464

0 commit comments

Comments
 (0)
Failed to load comments.