Skip to content

Commit

Permalink
Bump dorny/test-reporter from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/dorny/test-reporter/releases)
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md)
- [Commits](dorny/test-reporter@v1.8.0...v1.9.0)

---
updated-dependencies:
- dependency-name: dorny/test-reporter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent a85859a commit 0a03b27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-auto-merged-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/test-reporter@v1.8.0
- uses: dorny/test-reporter@v1.9.0
if: always()
with:
name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
arguments: test --continue --no-daemon --configuration-cache

- uses: dorny/test-reporter@v1.8.0
- uses: dorny/test-reporter@v1.9.0
if: success() || failure()
with:
name: test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/test-reporter@v1.8.0
- uses: dorny/test-reporter@v1.9.0
if: always()
with:
name: test
Expand Down

0 comments on commit 0a03b27

Please sign in to comment.