Skip to content

Commit 7137bf3

Browse files
build(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0 (#222)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c64934 commit 7137bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
npm run build --if-present
6464
npm run test
6565
- name: Coveralls Parallel
66-
uses: coverallsapp/github-action@v2.1.2
66+
uses: coverallsapp/github-action@v2.2.0
6767
with:
6868
github-token: ${{ secrets.GITHUB_TOKEN }}
6969
parallel: true
@@ -77,7 +77,7 @@ jobs:
7777
contents: read
7878
steps:
7979
- name: Coveralls Finished
80-
uses: coverallsapp/github-action@v2.1.2
80+
uses: coverallsapp/github-action@v2.2.0
8181
with:
8282
github-token: ${{ secrets.GITHUB_TOKEN }}
8383
parallel-finished: true

0 commit comments

Comments
 (0)