Skip to content

Commit fc7ea1d

Browse files
dependabot[bot]ptrus
authored andcommitted
ci: bump goreleaser/goreleaser-action from 3 to 6
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 6. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v3...v6) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 398f9c6 commit fc7ea1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.changelog/1118.trivial.md

Whitespace-only changes.

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828

2929
# Prepare the GitHub release.
3030
- name: Install GoReleaser
31-
uses: goreleaser/goreleaser-action@v3
31+
uses: goreleaser/goreleaser-action@v6
3232
with:
3333
install-only: true
3434
distribution: goreleaser
35-
version: 1.2.5
35+
version: 2.11.0
3636

3737
- name: Build and publish the next release
3838
run: |

0 commit comments

Comments
 (0)