From c0174b999247ca41860f2a02551759cce6699405 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:37:54 +0000 Subject: [PATCH] build(deps): Bump schubergphilis/mcvs-golang-action Bumps [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action) from 0.10.1 to 0.15.5. - [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases) - [Commits](https://github.com/schubergphilis/mcvs-golang-action/compare/v0.10.1...v0.15.5) --- updated-dependencies: - dependency-name: schubergphilis/mcvs-golang-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/golang.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index 9762eff..ec7e3eb 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4.2.2 - - uses: schubergphilis/mcvs-golang-action@v0.10.1 + - uses: schubergphilis/mcvs-golang-action@v0.15.5 with: code-coverage-expected: 62.3 gci: "false"