Skip to content

Commit

Permalink
chore(deps): bump 5monkeys/cobertura-action from 13 to 14 (#557)
Browse files Browse the repository at this point in the history
Bumps [5monkeys/cobertura-action](https://github.com/5monkeys/cobertura-action) from 13 to 14.
- [Release notes](https://github.com/5monkeys/cobertura-action/releases)
- [Commits](5monkeys/cobertura-action@v13...v14)

---
updated-dependencies:
- dependency-name: 5monkeys/cobertura-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 28, 2024
1 parent 9870c99 commit cbf2cb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Add Coverage Report
if: github.event_name == 'pull_request'
id: coverage-report
uses: 5monkeys/cobertura-action@v13
uses: 5monkeys/cobertura-action@v14
continue-on-error: true
with:
path: coverage/cobertura-coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Add Coverage Report
if: github.event_name == 'pull_request'
id: coverage-report
uses: 5monkeys/cobertura-action@v13
uses: 5monkeys/cobertura-action@v14
continue-on-error: true
with:
path: coverage/cobertura-coverage.xml
Expand Down

0 comments on commit cbf2cb8

Please sign in to comment.