Skip to content

Commit 0a815d6

Browse files
Merge pull request #253 from ZEISS/dependabot/github_actions/dorny/test-reporter-3
build(deps): bump dorny/test-reporter from 1 to 3
2 parents fc05748 + 1a5502e commit 0a815d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
tools/go.sum
2828
- run: sudo apt-get update && sudo apt install -y libxml2-dev libxslt1-dev liblzma-dev zlib1g-dev
2929
- run: make test
30-
- uses: dorny/test-reporter@v1
30+
- uses: dorny/test-reporter@v3
3131
if: success() || failure()
3232
with:
3333
name: Go Test Results

0 commit comments

Comments
 (0)