Skip to content

Commit aee4f39

Browse files
Bump goreleaser/goreleaser-action from 3 to 4 (#296)
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 41852dd commit aee4f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
id: go
3535
run: echo "::set-output name=go_path::$(go env GOPATH)"
3636
- name: Build binary
37-
uses: goreleaser/goreleaser-action@v3
37+
uses: goreleaser/goreleaser-action@v4
3838
with:
3939
version: latest
4040
args: build --snapshot --rm-dist --single-target
@@ -83,7 +83,7 @@ jobs:
8383
- name: Download Syft
8484
uses: anchore/sbom-action/download-syft@v0.13.1
8585
- name: Build binaries
86-
uses: goreleaser/goreleaser-action@v3
86+
uses: goreleaser/goreleaser-action@v4
8787
with:
8888
version: latest
8989
args: release ${{ startsWith(github.ref, 'refs/tags/') && '' || '--snapshot' }} --rm-dist

0 commit comments

Comments
 (0)