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

Commit 01ad934

Browse files
Bump coverallsapp/github-action from v1.1.1 to v1.1.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from v1.1.1 to v1.1.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v1.1.1...8cbef1d) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f5c6dd commit 01ad934

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)