From 176095d4e9302d4f9ab7a3bb8bfd8d39c0739b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 02:51:37 +0000 Subject: [PATCH] chore(deps): Bump guyarb/golang-test-annotations from 0.6.0 to 0.7.0 Bumps [guyarb/golang-test-annotations](https://github.com/guyarb/golang-test-annotations) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/guyarb/golang-test-annotations/releases) - [Commits](https://github.com/guyarb/golang-test-annotations/compare/v0.6.0...v0.7.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/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ddc7d5b..a69d7ba 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,7 +32,7 @@ jobs: - name: Annotate tests if: always() - uses: guyarb/golang-test-annotations@v0.6.0 + uses: guyarb/golang-test-annotations@v0.7.0 with: test-results: test.json