Skip to content

Commit

Permalink
chore: Bump slavcodev/coverage-monitor-action from 1.8.0 to 1.9.0 (#4523
Browse files Browse the repository at this point in the history
)

Bumps [slavcodev/coverage-monitor-action](https://github.com/slavcodev/coverage-monitor-action) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/slavcodev/coverage-monitor-action/releases)
- [Changelog](https://github.com/slavcodev/coverage-monitor-action/blob/main/CHANGELOG.md)
- [Commits](slavcodev/coverage-monitor-action@1.8.0...1.9.0)

---
updated-dependencies:
- dependency-name: slavcodev/coverage-monitor-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent f2a090f commit 3e8efad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0
uses: slavcodev/coverage-monitor-action@1.9.0
with:
github_token: ${{github.token}}
coverage_path: 'coverage/clover.xml'
Expand Down

0 comments on commit 3e8efad

Please sign in to comment.