Skip to content

Commit 0b906bc

Browse files
dependabot[bot]isidore
authored andcommitted
. e Bump mikepenz/action-junit-report from 5 to 6
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6f7f56 commit 0b906bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
go test -v ./... -race -coverprofile=coverage.txt -covermode=atomic | go-junit-report -set-exit-code > test-reports/test-results.xml
5252
5353
- name: Publish Test Report
54-
uses: mikepenz/action-junit-report@v5
54+
uses: mikepenz/action-junit-report@v6
5555
if: success() || failure() # always run even if the previous step fails
5656
with:
5757
report_paths: '**/test-reports/*.xml'

0 commit comments

Comments
 (0)