Skip to content

Commit

Permalink
ci: bump emibcn/badge-action from 2.0.2 to 2.0.3
Browse files Browse the repository at this point in the history
Bumps [emibcn/badge-action](https://github.com/emibcn/badge-action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/emibcn/badge-action/releases)
- [Commits](emibcn/badge-action@v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: emibcn/badge-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent 8372eae commit be04d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ jobs:

# Use the output from the `coverage` step
- name: Generate the badge SVG image
uses: emibcn/[email protected].2
uses: emibcn/[email protected].3
id: badge
with:
label: 'Branch Coverage'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

# Use the output from the `analyze` step
- name: Create pylint badge
uses: emibcn/[email protected].2
uses: emibcn/[email protected].3
id: badge
with:
label: 'Pylint score'
Expand Down

0 comments on commit be04d0e

Please sign in to comment.