Skip to content

Commit d8b048a

Browse files
Update goreleaser/goreleaser-action action to v6.3.0 (#937)
| 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> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 72de651 commit d8b048a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
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.9.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
3939
args: build --snapshot --clean --single-target
@@ -102,7 +102,7 @@ jobs:
102102
if: github.ref_type == 'tag'
103103

104104
- name: Run GoReleaser
105-
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
105+
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
106106
with:
107107
version: v2.9.0 # renovate: datasource=github-tags depName=goreleaser/goreleaser
108108
args: ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean

0 commit comments

Comments
 (0)