Skip to content

Commit a135944

Browse files
Update goreleaser/goreleaser-action action to v6.3.0
| datasource | package | from | to | | ----------- | ---------------------------- | ------ | ------ | | github-tags | goreleaser/goreleaser-action | v6.2.1 | v6.3.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1efbf1 commit a135944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version: stable
3434

3535
- name: Build binary
36-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
36+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
3737
with:
3838
version: v2.8.2 # renovate: datasource=github-tags depName=goreleaser/goreleaser
3939
args: build --clean ${{ github.ref_type != 'tag' && '--snapshot' || '' }}

0 commit comments

Comments
 (0)