Skip to content

Commit 42e1765

Browse files
chore(deps): bump goreleaser/goreleaser-action from 3 to 4 (#228)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v3...v4) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62c15fa commit 42e1765

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
@@ -78,7 +78,7 @@ jobs:
7878
shell: bash
7979

8080
- name: Install GoReleaser
81-
uses: goreleaser/goreleaser-action@v3
81+
uses: goreleaser/goreleaser-action@v4
8282
with:
8383
install-only: true
8484

.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@v3
184+
uses: goreleaser/goreleaser-action@v4
185185
with:
186186
install-only: true
187187

0 commit comments

Comments
 (0)