Skip to content

Commit 88b1010

Browse files
build(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#143)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4e2070d commit 88b1010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
run: npm run lint
212212

213213
- name: Collect code coverage
214-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
214+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # master
215215
if: steps.list_env.outputs.nyc != ''
216216
with:
217217
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -225,7 +225,7 @@ jobs:
225225
runs-on: ubuntu-latest
226226
steps:
227227
- name: Upload code coverage
228-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # master
228+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # master
229229
with:
230230
github-token: ${{ secrets.github_token }}
231231
parallel-finished: true

0 commit comments

Comments
 (0)