Skip to content

Commit

Permalink
Bump dorny/test-reporter from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.6.0 to 1.7.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.6.0...v1.7.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 Oct 9, 2023
1 parent 201a96d commit c6281a8
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 @@ -21,7 +21,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

- uses: dorny/test-reporter@v1.6.0
- uses: dorny/test-reporter@v1.7.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.6.0
- uses: dorny/test-reporter@v1.7.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 @@ -19,7 +19,7 @@ jobs:
arguments: test --continue --no-daemon
gradle-home-cache-cleanup: true

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

0 comments on commit c6281a8

Please sign in to comment.