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

Commit 91de94d

Browse files
authored
Merge pull request #746 from ldapjs/dependabot/github_actions/coverallsapp/github-action-1.1.3
Bump coverallsapp/github-action from 1.1.2 to 1.1.3
2 parents bfdd7b3 + b7ea341 commit 91de94d

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
@@ -43,12 +43,12 @@ jobs:
4343
- name: Run Tests
4444
run: npm run test:ci
4545
- name: Coveralls Parallel
46-
uses: coverallsapp/github-action@v1.1.2
46+
uses: coverallsapp/github-action@1.1.3
4747
with:
4848
github-token: ${{ secrets.GITHUB_TOKEN }}
4949
parallel: true
5050
- name: Coveralls Finished
51-
uses: coverallsapp/github-action@v1.1.2
51+
uses: coverallsapp/github-action@1.1.3
5252
with:
5353
github-token: ${{ secrets.GITHUB_TOKEN }}
5454
parallel-finished: true

0 commit comments

Comments
 (0)