Skip to content

Commit e4cd290

Browse files
build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.2 (#220)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.0.0 to 2.1.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.0.0...v2.1.2) --- 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 40ba693 commit e4cd290

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
@@ -60,7 +60,7 @@ jobs:
6060
npm run build --if-present
6161
npm run test
6262
- name: Coveralls Parallel
63-
uses: coverallsapp/github-action@v2.0.0
63+
uses: coverallsapp/github-action@v2.1.2
6464
with:
6565
github-token: ${{ secrets.GITHUB_TOKEN }}
6666
parallel: true
@@ -74,7 +74,7 @@ jobs:
7474
contents: read
7575
steps:
7676
- name: Coveralls Finished
77-
uses: coverallsapp/github-action@v2.0.0
77+
uses: coverallsapp/github-action@v2.1.2
7878
with:
7979
github-token: ${{ secrets.GITHUB_TOKEN }}
8080
parallel-finished: true

0 commit comments

Comments
 (0)