Skip to content

Commit 76e714f

Browse files
chore(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 213104c commit 76e714f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Upload coverage to Coveralls
7676
env:
7777
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
78-
uses: coverallsapp/[email protected].6
78+
uses: coverallsapp/[email protected].7
7979
with:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181
path-to-lcov: lcov.info
@@ -199,7 +199,7 @@ jobs:
199199
- name: Upload coverage report
200200
env:
201201
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
202-
uses: coverallsapp/[email protected].6
202+
uses: coverallsapp/[email protected].7
203203
with:
204204
github-token: ${{ secrets.GITHUB_TOKEN }}
205205
path-to-lcov: coverage/lcov.info
@@ -273,7 +273,7 @@ jobs:
273273
- name: Upload coverage report
274274
env:
275275
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
276-
uses: coverallsapp/[email protected].6
276+
uses: coverallsapp/[email protected].7
277277
with:
278278
github-token: ${{ secrets.GITHUB_TOKEN }}
279279
path-to-lcov: coverage/lcov.info
@@ -286,7 +286,7 @@ jobs:
286286
- name: Send coverage
287287
env:
288288
COVERALLS_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
289-
uses: coverallsapp/[email protected].6
289+
uses: coverallsapp/[email protected].7
290290
with:
291291
github-token: ${{ secrets.GITHUB_TOKEN }}
292292
parallel-finished: true

0 commit comments

Comments
 (0)