From 0b9131816ef2c5e7ee7e44cf544efe85b647dc69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 03:03:18 +0000 Subject: [PATCH] build(deps): bump sersoft-gmbh/swift-coverage-action from 4 to 5 Bumps [sersoft-gmbh/swift-coverage-action](https://github.com/sersoft-gmbh/swift-coverage-action) from 4 to 5. - [Release notes](https://github.com/sersoft-gmbh/swift-coverage-action/releases) - [Commits](https://github.com/sersoft-gmbh/swift-coverage-action/compare/v4...v5) --- updated-dependencies: - dependency-name: sersoft-gmbh/swift-coverage-action dependency-version: '5' 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 01112b79..e69a54cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v4 + uses: sersoft-gmbh/swift-coverage-action@v5 id: coverage-files with: format: lcov @@ -85,7 +85,7 @@ jobs: env: DEVELOPER_DIR: ${{ env.CI_XCODE_LATEST }} - name: Prepare codecov - uses: sersoft-gmbh/swift-coverage-action@v4 + uses: sersoft-gmbh/swift-coverage-action@v5 id: coverage-files with: format: lcov