From f90b5e4d476ef04e7217b3bce4f3b25425970ba7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:36:56 +0000 Subject: [PATCH] Bump guyarb/golang-test-annotations from 0.7.0 to 0.8.0 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] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eb32f346f..46f639d94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,6 +30,6 @@ jobs: - name: Annotate tests if: always() - uses: guyarb/golang-test-annotations@v0.7.0 + uses: guyarb/golang-test-annotations@v0.8.0 with: test-results: test.json