From d38655079bec7ed09ee7f4b36a9341b2a96ad2a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:06:11 +0000 Subject: [PATCH] chore(deps): bump shogo82148/actions-goveralls from 1.9.0 to 1.9.1 Bumps [shogo82148/actions-goveralls](https://github.com/shogo82148/actions-goveralls) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/shogo82148/actions-goveralls/releases) - [Commits](https://github.com/shogo82148/actions-goveralls/compare/785c9d68212c91196d3994652647f8721918ba11...e6875f831db61e6abffbd8df91a2eb6cd24b46c9) --- updated-dependencies: - dependency-name: shogo82148/actions-goveralls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a5df5de..20f8f96 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: make unit-tests - name: Upload coverage to Coveralls - uses: shogo82148/actions-goveralls@785c9d68212c91196d3994652647f8721918ba11 # v1.9.0 + uses: shogo82148/actions-goveralls@e6875f831db61e6abffbd8df91a2eb6cd24b46c9 # v1.9.1 with: path-to-profile: 'cov.out'