From cdc6e68ae1c116b74e0f1f7c8ad13d945b449a49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:52:47 +0000 Subject: [PATCH] build(deps): bump guyarb/golang-test-annoations from 0.7.0 to 0.8.0 Bumps [guyarb/golang-test-annoations](https://github.com/guyarb/golang-test-annoations) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/guyarb/golang-test-annoations/releases) - [Commits](https://github.com/guyarb/golang-test-annoations/compare/v0.7.0...v0.8.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 8c7739e..084fb09 100644 --- a/.github/workflows/on-pr.yaml +++ b/.github/workflows/on-pr.yaml @@ -19,7 +19,7 @@ jobs: run: go test -json ./... > test.json - name: Annotate tests if: always() - uses: guyarb/golang-test-annoations@v0.7.0 + uses: guyarb/golang-test-annoations@v0.8.0 with: test-results: test.json diff --git a/.github/workflows/periodics-daily.yaml b/.github/workflows/periodics-daily.yaml index 29a50ec..ec3f6e3 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.7.0 + uses: guyarb/golang-test-annoations@v0.8.0 with: test-results: test.json