Skip to content

Commit 372dd6e

Browse files
dependabot[bot]razzeee
authored andcommitted
Bump coverallsapp/github-action from 2.3.4 to 2.3.6
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.4 to 2.3.6. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.4...v2.3.6) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21d7dc6 commit 372dd6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
CI: true
3434
- name: Coveralls GitHub Action
35-
uses: coverallsapp/github-action@v2.3.4
35+
uses: coverallsapp/github-action@v2.3.6
3636
with:
3737
parallel: true
3838
github-token: ${{ secrets.github_token }}
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Close parallel build
49-
uses: coverallsapp/github-action@v2.3.4
49+
uses: coverallsapp/github-action@v2.3.6
5050
with:
5151
parallel-finished: true
5252
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)