Skip to content

Commit

Permalink
feat(upgrade): Upgrade dependencies for amqp to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis committed Feb 20, 2025
1 parent fd4f975 commit 01231aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: hrishikesh-kadam/setup-lcov@v1
- name: Validate code coverage
if: github.event_name == 'pull_request' || github.event_name == 'pull_request_target'
uses: zgosalvez/github-actions-report-lcov@v3
uses: zgosalvez/github-actions-report-lcov@v4
with:
coverage-files: cover/lcov.info
minimum-coverage: 5 # TODO: Add minimum coverage
Expand Down

0 comments on commit 01231aa

Please sign in to comment.