Skip to content

Commit b89a328

Browse files
chore(deps): update goreleaser/goreleaser-action action to v7 (#449)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [goreleaser/goreleaser-action](https://redirect.github.com/goreleaser/goreleaser-action) | action | major | `v6` → `v7` | --- ### Release Notes <details> <summary>goreleaser/goreleaser-action (goreleaser/goreleaser-action)</summary> ### [`v7`](https://redirect.github.com/goreleaser/goreleaser-action/compare/v6...v7) [Compare Source](https://redirect.github.com/goreleaser/goreleaser-action/compare/v6...v7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/diranged/oz). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92d859b commit b89a328

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@v4
4444

4545
- if: ${{ ! inputs.publish }}
46-
uses: goreleaser/goreleaser-action@v6
46+
uses: goreleaser/goreleaser-action@v7
4747
with:
4848
distribution: goreleaser
4949
version: latest
@@ -54,7 +54,7 @@ jobs:
5454
IMG: img:local
5555

5656
- if: ${{ inputs.publish }}
57-
uses: goreleaser/goreleaser-action@v6
57+
uses: goreleaser/goreleaser-action@v7
5858
with:
5959
distribution: goreleaser
6060
version: latest

0 commit comments

Comments
 (0)