Skip to content

Commit

Permalink
Bump turing85/publish-report from 1.0.10 to 1.0.11
Browse files Browse the repository at this point in the history
Bumps [turing85/publish-report](https://github.com/turing85/publish-report) from 1.0.10 to 1.0.11.
- [Release notes](https://github.com/turing85/publish-report/releases)
- [Commits](turing85/publish-report@v1.0.10...v1.0.11)

---
updated-dependencies:
- dependency-name: turing85/publish-report
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and turing85 committed Sep 5, 2023
1 parent a29b493 commit 17a480e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Publish Report
uses: turing85/[email protected].10
uses: turing85/[email protected].11
with:
checkout: true
recreate-comment: true
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:

steps:
- name: Publish report (JVM Test)
uses: turing85/[email protected].10
uses: turing85/[email protected].11
if: ${{ always() }}
with:
cancel-workflow-on-error: true
Expand All @@ -225,7 +225,7 @@ jobs:

steps:
- name: Publish Report (Native Test)
uses: turing85/[email protected].10
uses: turing85/[email protected].11
if: ${{ always() }}
with:
cancel-workflow-on-error: true
Expand Down

0 comments on commit 17a480e

Please sign in to comment.