Skip to content

Commit 1914c2c

Browse files
build(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.2 (#72)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 87a47cb commit 1914c2c

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
@@ -64,7 +64,7 @@ jobs:
6464
run: npm run test-ci
6565

6666
- name: Coveralls Parallel
67-
uses: coverallsapp/github-action@v2.0.0
67+
uses: coverallsapp/github-action@v2.1.2
6868
with:
6969
github-token: ${{ secrets.github_token }}
7070
parallel: true
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Coveralls Finished
78-
uses: coverallsapp/github-action@v2.0.0
78+
uses: coverallsapp/github-action@v2.1.2
7979
with:
8080
github-token: ${{ secrets.GITHUB_TOKEN }}
8181
parallel-finished: true

0 commit comments

Comments
 (0)