From 8935763313d4cd80f31e78be09d5a1fd6b66cce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:40:27 +0000 Subject: [PATCH] chore(deps): bump maxep/spm-lcov-action from 0.3.0 to 0.3.1 Bumps [maxep/spm-lcov-action](https://github.com/maxep/spm-lcov-action) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/maxep/spm-lcov-action/releases) - [Commits](https://github.com/maxep/spm-lcov-action/compare/0.3.0...0.3.1) --- updated-dependencies: - dependency-name: maxep/spm-lcov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9174846..72b875c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: - name: Run tests run: swift test --enable-code-coverage - name: Create Coverage Report - uses: maxep/spm-lcov-action@0.3.0 + uses: maxep/spm-lcov-action@0.3.1 with: output-file: ./coverage/lcov.info - name: Upload Coverage Report