Skip to content

Commit bce0f19

Browse files
build(deps): bump the dependencies group with 2 updates (#2674)
Bumps the dependencies group with 2 updates: [megalinter/megalinter](https://github.com/megalinter/megalinter) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `megalinter/megalinter` from 8.3.0 to 8.4.2 - [Release notes](https://github.com/megalinter/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](oxsecurity/megalinter@v8.3.0...v8.4.2) Updates `goreleaser/goreleaser-action` from 5 to 6 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v5...v6) --- updated-dependencies: - dependency-name: megalinter/megalinter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c739bc4 commit bce0f19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: golangci/[email protected]
2525
with:
2626
version: v1.62
27-
- uses: megalinter/megalinter/flavors/go@v8.3.0
27+
- uses: megalinter/megalinter/flavors/go@v8.4.2
2828
env:
2929
DEFAULT_BRANCH: master
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
go-version-file: go.mod
9898
- name: GoReleaser
99-
uses: goreleaser/goreleaser-action@v5
99+
uses: goreleaser/goreleaser-action@v6
100100
with:
101101
version: latest
102102
args: release --snapshot --clean

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
go-version-file: go.mod
2323
- name: GoReleaser
24-
uses: goreleaser/goreleaser-action@v5
24+
uses: goreleaser/goreleaser-action@v6
2525
with:
2626
version: latest
2727
args: release --clean

0 commit comments

Comments
 (0)