Skip to content

Commit d1ec18e

Browse files
chore(deps): bump coverallsapp/github-action from 2.3.4 to 2.3.6 (#768)
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-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23fdbc4 commit d1ec18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
id: coverage
5050
if: matrix.command == 'test' && matrix.platform == 'IOS'
5151
run: make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" coverage
52-
- uses: coverallsapp/[email protected].4
52+
- uses: coverallsapp/[email protected].6
5353
if: steps.coverage.outcome == 'success'
5454
with:
5555
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)