Skip to content

Commit 1fd9bfd

Browse files
build(deps): Bump the github-actions-all group with 2 updates
Bumps the github-actions-all group with 2 updates: [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.3 to 0.16.6 - [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases) - [Commits](schubergphilis/mcvs-golang-action@v0.16.3...v0.16.6) Updates `schubergphilis/gomod-go-version-updater-action` from 0.2.2 to 0.3.0 - [Release notes](https://github.com/schubergphilis/gomod-go-version-updater-action/releases) - [Commits](schubergphilis/gomod-go-version-updater-action@v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: schubergphilis/mcvs-golang-action dependency-type: direct:production update-type: version-update:semver-patch 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] <support@github.com>
1 parent d2994c3 commit 1fd9bfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@v4.2.2
19-
- uses: schubergphilis/mcvs-golang-action@v0.16.3
19+
- uses: schubergphilis/mcvs-golang-action@v0.16.6
2020
with:
2121
code-coverage-expected: 62.3
2222
gci: "false"

.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.0

0 commit comments

Comments
 (0)