Skip to content

Commit 3c4d298

Browse files
deps: update goreleaser/goreleaser-action action to v6 (#936)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [goreleaser/goreleaser-action](https://togithub.com/goreleaser/goreleaser-action) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>goreleaser/goreleaser-action (goreleaser/goreleaser-action)</summary> ### [`v6`](https://togithub.com/goreleaser/goreleaser-action/compare/v5...v6) [Compare Source](https://togithub.com/goreleaser/goreleaser-action/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/hetznercloud/terraform-provider-hcloud). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODguMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: jo <ljonas@riseup.net>
1 parent 03e5f9c commit 3c4d298

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2424

2525
- name: Run GoReleaser
26-
uses: goreleaser/goreleaser-action@v5
26+
uses: goreleaser/goreleaser-action@v6
2727
with:
28-
version: latest
28+
version: 2.x
2929
args: release --clean --snapshot
3030
env:
3131
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2828

2929
- name: Run GoReleaser
30-
uses: goreleaser/goreleaser-action@v5
30+
uses: goreleaser/goreleaser-action@v6
3131
with:
32-
version: latest
32+
version: 2.x
3333
args: release --clean
3434
env:
3535
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.goreleaser.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
4+
35
before:
46
hooks:
57
- go mod tidy

0 commit comments

Comments
 (0)