Skip to content

Commit bbfad41

Browse files
Bump coverallsapp/github-action from 2.3.0 to 2.3.4 (#390)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.0 to 2.3.4. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v2.3.0...v2.3.4) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d528071 commit bbfad41

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.0
45+
uses: coverallsapp/github-action@v2.3.6
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.0
57+
uses: coverallsapp/github-action@v2.3.6
5858
with:
5959
github-token: ${{ secrets.github_token }}
6060
parallel-finished: true

0 commit comments

Comments
 (0)