Skip to content

Commit c2187c5

Browse files
Bump coverallsapp/github-action from 2.3.0 to 2.3.4
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>
1 parent cb1360a commit c2187c5

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
@@ -44,7 +44,7 @@ jobs:
4444
run: pytest -v --cov=dask_image --cov-report lcov
4545

4646
- name: Coveralls Parallel
47-
uses: coverallsapp/github-action@v2.3.0
47+
uses: coverallsapp/github-action@v2.3.4
4848
with:
4949
github-token: ${{ secrets.github_token }}
5050
flag-name: run-${{ matrix.test_number }}
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- name: Coveralls Finished
59-
uses: coverallsapp/github-action@v2.3.0
59+
uses: coverallsapp/github-action@v2.3.4
6060
with:
6161
github-token: ${{ secrets.github_token }}
6262
parallel-finished: true

0 commit comments

Comments
 (0)