From ce8033d3708581c70ea0ae3e16fc3a015bf413ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 21:36:27 +0000 Subject: [PATCH] chore(deps-dev): update shogo82148/actions-goveralls action to v1.8.0 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9cfdf8c..3d742ee 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,6 +29,6 @@ jobs: - name: Tests run: make test - name: Send go coverage report - uses: shogo82148/actions-goveralls@31ee804b8576ae49f6dc3caa22591bc5080e7920 #v1.6.0 + uses: shogo82148/actions-goveralls@7b1bd2871942af030d707d6574e5f684f9891fb2 # v1.8.0 with: path-to-profile: coverage.out