From be6081378f1d34110133d5e95666d7861016257c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 05:07:33 +0000 Subject: [PATCH] build(deps): bump schubergphilis/mcvs-golang-action Bumps the github-actions-all group with 1 update: [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action). Updates `schubergphilis/mcvs-golang-action` from 3.4.1 to 3.4.2 - [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases) - [Commits](https://github.com/schubergphilis/mcvs-golang-action/compare/v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: schubergphilis/mcvs-golang-action dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/golang-releases.yml | 2 +- .github/workflows/golang.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang-releases.yml b/.github/workflows/golang-releases.yml index eb3010b..5edce0f 100644 --- a/.github/workflows/golang-releases.yml +++ b/.github/workflows/golang-releases.yml @@ -22,7 +22,7 @@ jobs: TASK_X_REMOTE_TASKFILES: 1 steps: - uses: actions/checkout@v4.2.2 - - uses: schubergphilis/mcvs-golang-action@v3.4.1 + - uses: schubergphilis/mcvs-golang-action@v3.4.2 with: release-application-name: ${{ matrix.args.release-application-name }} release-architecture: ${{ matrix.args.release-architecture }} diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index 2d2db3f..085b12d 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -30,7 +30,7 @@ jobs: TASK_X_REMOTE_TASKFILES: 1 steps: - uses: actions/checkout@v4.2.2 - - uses: schubergphilis/mcvs-golang-action@v3.4.1 + - uses: schubergphilis/mcvs-golang-action@v3.4.2 env: test-timeout: 10m0s with: