Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit 2a73ee7

Browse files
authored
Merge pull request #656 from ldapjs/dependabot/github_actions/coverallsapp/github-action-v1.1.2
Bump coverallsapp/github-action from v1.1.1 to v1.1.2
2 parents 4f5c6dd + 01ad934 commit 2a73ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
- name: Run Tests
4242
run: npm run test:ci
4343
- name: Coveralls Parallel
44-
uses: coverallsapp/[email protected].1
44+
uses: coverallsapp/[email protected].2
4545
with:
4646
github-token: ${{ secrets.GITHUB_TOKEN }}
4747
parallel: true
4848
- name: Coveralls Finished
49-
uses: coverallsapp/[email protected].1
49+
uses: coverallsapp/[email protected].2
5050
with:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
5252
parallel-finished: true

0 commit comments

Comments
 (0)