Bump guyarb/golang-test-annoations from v0.3.0 to v0.4.0

Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations) from v0.3.0 to v0.4.0.
- [Release notes](https://github.com/guyarb/golang-test-annoations/releases)
- [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.3.0...48645c385003e0c362bf954d4018895be76f1d3d)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-03-29 09:19:36 +00:00
committed by GitHub
parent 3671c27e37
commit 85c42fdb81
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.3.0
uses: guyarb/golang-test-annoations@v0.4.0
with:
test-results: test.json

View File

@@ -15,7 +15,7 @@ jobs:
run: go test -json ./... > test.json
- name: Annotate tests
if: always()
uses: guyarb/golang-test-annoations@v0.3.0
uses: guyarb/golang-test-annoations@v0.4.0
with:
test-results: test.json