Skip to content

Commit 221c7bf

Browse files
chore(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 (#859)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71d646e commit 221c7bf

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
@@ -83,7 +83,7 @@ jobs:
8383
id: coverage
8484
if: matrix.command == 'test' && matrix.platform == 'IOS' && matrix.xcode == '26.0'
8585
run: make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" coverage
86-
- uses: coverallsapp/[email protected].6
86+
- uses: coverallsapp/[email protected].7
8787
if: steps.coverage.outcome == 'success'
8888
with:
8989
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)