Skip to content

Commit

Permalink
Version bump to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Jul 19, 2024
1 parent 74041de commit 8a5ef67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing-from-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Post Coverage Report to Pull Request
if: github.event_name == 'pull_request'
uses: orgoro/coverage@v3.1
uses: orgoro/coverage@v3.2
with:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-from-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Post Coverage Report to Pull Request
if: github.event_name == 'pull_request'
uses: orgoro/coverage@v3.1
uses: orgoro/coverage@v3.2
with:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8a5ef67

Please sign in to comment.