Skip to content

Commit 8c1a27e

Browse files
build(deps): Bump the github-actions-all group across 1 directory with 2 updates (#10)
* build(deps): Bump the github-actions-all group across 1 directory with 2 updates Bumps the github-actions-all group with 2 updates in the / directory: [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action) and [schubergphilis/gomod-go-version-updater-action](https://github.com/schubergphilis/gomod-go-version-updater-action). Updates `schubergphilis/mcvs-golang-action` from 0.16.1 to 0.17.6 - [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases) - [Commits](schubergphilis/mcvs-golang-action@v0.16.1...v0.17.6) Updates `schubergphilis/gomod-go-version-updater-action` from 0.2.2 to 0.3.1 - [Release notes](https://github.com/schubergphilis/gomod-go-version-updater-action/releases) - [Commits](schubergphilis/gomod-go-version-updater-action@v0.2.2...v0.3.1) --- updated-dependencies: - dependency-name: schubergphilis/mcvs-golang-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: schubergphilis/gomod-go-version-updater-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] <[email protected]> * fix: Align task remote file version with the one in the action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bvanbreukelen <[email protected]>
1 parent e0bf30e commit 8c1a27e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
TASK_X_REMOTE_TASKFILES: 1
3434
steps:
3535
- uses: actions/[email protected]
36-
- uses: schubergphilis/mcvs-golang-action@v0.16.1
36+
- uses: schubergphilis/mcvs-golang-action@v0.17.6
3737
with:
3838
code-coverage-expected: 0.0
3939
build-tags: ${{ matrix.args.build-tags }}

.github/workflows/gomod-go-version-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
gomod-go-version-updater-action:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: schubergphilis/gomod-go-version-updater-action@v0.2.2
14+
- uses: schubergphilis/gomod-go-version-updater-action@v0.3.1

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 3
33

44
vars:
55
REMOTE_URL: https://raw.githubusercontent.com
6-
REMOTE_URL_REF: v0.15.5
6+
REMOTE_URL_REF: v0.17.6
77
REMOTE_URL_REPO: schubergphilis/mcvs-golang-action
88

99
includes:

0 commit comments

Comments
 (0)