Skip to content

Commit 853c2f0

Browse files
chore(deps): bump dorny/test-reporter from 1.9.1 to 2.5.0
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.9.1 to 2.5.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.9.1...v2.5.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d72ec23 commit 853c2f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/steps.publish-test-reporter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
on:
1+
on:
22
workflow_call:
33
inputs:
44
runs-on:
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: 📊 Publish Test Report
19-
uses: dorny/test-reporter@v1.9.1
19+
uses: dorny/test-reporter@v2.5.0
2020
with:
2121
artifact: ${{ inputs.runs-on }}
2222
name: report (${{ inputs.runs-on }})

0 commit comments

Comments
 (0)