From 8bda5a5e80a80a0f0dc3efee90f7099b00c5e94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 17:07:41 +0000 Subject: [PATCH] build(deps): bump sersoft-gmbh/swift-coverage-action from 3 to 4 Bumps [sersoft-gmbh/swift-coverage-action](https://github.com/sersoft-gmbh/swift-coverage-action) from 3 to 4. - [Release notes](https://github.com/sersoft-gmbh/swift-coverage-action/releases) - [Commits](https://github.com/sersoft-gmbh/swift-coverage-action/compare/v3...v4) --- updated-dependencies: - dependency-name: sersoft-gmbh/swift-coverage-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e05c4626..c3ba3cf22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v3 + uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files with: format: lcov @@ -80,7 +80,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v3 + uses: sersoft-gmbh/swift-coverage-action@v4 id: coverage-files with: format: lcov