Skip to content

Commit bbd8f5f

Browse files
Bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#421)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9992f3f commit bbd8f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pytest -v --cov=dask_image --cov-report lcov
4343

4444
- name: Coveralls Parallel
45-
uses: coverallsapp/github-action@v2.3.6
45+
uses: coverallsapp/github-action@v2.3.7
4646
with:
4747
github-token: ${{ secrets.github_token }}
4848
flag-name: run-${{ matrix.test_number }}
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Coveralls Finished
57-
uses: coverallsapp/github-action@v2.3.6
57+
uses: coverallsapp/github-action@v2.3.7
5858
with:
5959
github-token: ${{ secrets.github_token }}
6060
parallel-finished: true

0 commit comments

Comments
 (0)