From 2de428e80971d399df03b57eef70724ce5b17e9a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Sep 2021 11:24:12 +0200 Subject: [PATCH] chore(deps): update guyarb/golang-test-annotations action to v0.5.0 (#1033) Co-authored-by: Renovate Bot --- .github/workflows/apps.test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index dc816492c16..4c33691040d 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -148,7 +148,7 @@ jobs: go test ./charts/.../tests -json | tee test.json - name: Annotate unit tests if: ${{ steps.prep-lint.outputs.unittests == 'true' }} - uses: guyarb/golang-test-annotations@v0.4.0 + uses: guyarb/golang-test-annotations@v0.5.0 with: test-results: test.json