Skip to content

Commit a93ef0d

Browse files
committed
build(deps): bump coverallsapp/github-action from 1 to 2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1 to 2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v1...v2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: Kevin Locke <[email protected]>
1 parent 71dec8b commit a93ef0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Upload coverage to Codecov
5757
uses: codecov/codecov-action@v3
5858
- name: Upload coverage to Coveralls
59-
uses: coverallsapp/github-action@v1
59+
uses: coverallsapp/github-action@v2
6060
# Ignore intermittent server errors (which are out of our control).
6161
# https://github.com/coverallsapp/github-action/issues/9
6262
# https://github.com/coverallsapp/github-action/issues/79
@@ -110,7 +110,7 @@ jobs:
110110
# Note: Not uploading to Codecov, due to poor support for matrix builds
111111
# https://github.com/codecov/codecov-action/issues/40
112112
- name: Upload coverage to Coveralls
113-
uses: coverallsapp/github-action@master
113+
uses: coverallsapp/github-action@v2
114114
with:
115115
flag-name: ${{ matrix.os }}_${{ matrix.arch }}_${{ matrix.node }}
116116
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
steps:
123123
- name: Coveralls Finished
124-
uses: coverallsapp/github-action@master
124+
uses: coverallsapp/github-action@v2
125125
with:
126126
github-token: ${{ secrets.github_token }}
127127
parallel-finished: true

0 commit comments

Comments
 (0)