From 661838136f2589f398a9715a266ed8b00ad432a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 02:46:23 +0000 Subject: [PATCH] chore: Bump slavcodev/coverage-monitor-action from 1.9.0 to 1.10.0 Bumps [slavcodev/coverage-monitor-action](https://github.com/slavcodev/coverage-monitor-action) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/slavcodev/coverage-monitor-action/releases) - [Changelog](https://github.com/slavcodev/coverage-monitor-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/slavcodev/coverage-monitor-action/compare/1.9.0...1.10.0) --- updated-dependencies: - dependency-name: slavcodev/coverage-monitor-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad7d9e64a..cabd5b0e63 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Monitor coverage if: github.event_name == 'pull_request' && ! contains(github.event.pull_request.user.login, 'dependabot[bot]') - uses: slavcodev/coverage-monitor-action@1.9.0 + uses: slavcodev/coverage-monitor-action@1.10.0 with: github_token: ${{github.token}} coverage_path: 'coverage/clover.xml'