Skip to content

Commit a1b33ef

Browse files
chore(deps): bump goreleaser/goreleaser-action from 5 to 6 (#311)
Bumps [goreleaser/goreleaser-action](https://github.com/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: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleg Balunenko <[email protected]>
1 parent ce6e359 commit a1b33ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
shell: bash
8484

8585
- name: Install GoReleaser
86-
uses: goreleaser/goreleaser-action@v5
86+
uses: goreleaser/goreleaser-action@v6
8787
with:
8888
install-only: true
8989

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
shell: bash
182182
183183
- name: Install GoReleaser
184-
uses: goreleaser/goreleaser-action@v5
184+
uses: goreleaser/goreleaser-action@v6
185185
with:
186186
install-only: true
187187

0 commit comments

Comments
 (0)