From 9b89a8c0fcd8b70303eafd676ecb1ead4056d4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Sep 2021 17:02:45 +0000 Subject: [PATCH] Bump guyarb/golang-test-annoations from 0.4.0 to 0.5.0 Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/guyarb/golang-test-annoations/releases) - [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: guyarb/golang-test-annoations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/on-pr.yaml | 2 +- .github/workflows/periodics-daily.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-pr.yaml b/.github/workflows/on-pr.yaml index 67092de..a5a8715 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -14,7 +14,7 @@ jobs: run: go test -json ./... > test.json - name: Annotate tests if: always() - uses: guyarb/golang-test-annoations@v0.4.0 + uses: guyarb/golang-test-annoations@v0.5.0 with: test-results: test.json diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index f04b87f..21d0980 100644 --- a/.github/workflows/periodics-daily.yaml +++ b/.github/workflows/periodics-daily.yaml @@ -15,7 +15,7 @@ jobs: run: go test -json ./... > test.json - name: Annotate tests if: always() - uses: guyarb/golang-test-annoations@v0.4.0 + uses: guyarb/golang-test-annoations@v0.5.0 with: test-results: test.json