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

Commit b7ea341

Browse files
Bump coverallsapp/github-action from 1.1.2 to 1.1.3
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v1.1.2...1.1.3) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bfdd7b3 commit b7ea341

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)