From 5422f7138c36503730d1b6fe18f5330938ce2ce6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:27:30 +0200 Subject: [PATCH] Bump guyarb/golang-test-annotations from 0.7.0 to 0.8.0 (#366) Bumps [guyarb/golang-test-annotations](https://github.com/guyarb/golang-test-annotations) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/guyarb/golang-test-annotations/releases) - [Commits](https://github.com/guyarb/golang-test-annotations/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: guyarb/golang-test-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/go-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-tests.yml b/.github/workflows/go-tests.yml index fe32db4..f314e21 100644 --- a/.github/workflows/go-tests.yml +++ b/.github/workflows/go-tests.yml @@ -100,7 +100,7 @@ jobs: - name: Annotate Tests # Annotate failed tests if: always() - uses: guyarb/golang-test-annotations@v0.7.0 + uses: guyarb/golang-test-annotations@v0.8.0 with: test-results: test.json