Skip to content

Commit

Permalink
actions(deps): bump phoenix-actions/test-reporting from 14 to 15
Browse files Browse the repository at this point in the history
Bumps [phoenix-actions/test-reporting](https://github.com/phoenix-actions/test-reporting) from 14 to 15.
- [Release notes](https://github.com/phoenix-actions/test-reporting/releases)
- [Changelog](https://github.com/phoenix-actions/test-reporting/blob/main/CHANGELOG.md)
- [Commits](phoenix-actions/test-reporting@v14...v15)

---
updated-dependencies:
- dependency-name: phoenix-actions/test-reporting
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 9, 2024
1 parent 4be233d commit b803c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/script-integrations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Publish the BATS summary
id: junit-summary
uses: phoenix-actions/test-reporting@v14
uses: phoenix-actions/test-reporting@v15
if: always()
with:
name: BATS Summary
Expand All @@ -68,7 +68,7 @@ jobs:

- name: Publish the BATS results
id: junit-report
uses: phoenix-actions/test-reporting@v14
uses: phoenix-actions/test-reporting@v15
if: always()
with:
name: 'Scripts Integrations / BATS Results'
Expand Down

0 comments on commit b803c75

Please sign in to comment.