Skip to content

Commit 21d7dc6

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

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.2.3
35+
uses: coverallsapp/github-action@v2.3.4
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.2.3
49+
uses: coverallsapp/github-action@v2.3.4
5050
with:
5151
parallel-finished: true
5252
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)