Skip to content

Commit d1c0c6a

Browse files
chore(deps): update goreleaser/goreleaser-action action to v7.1.0 (#956)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [goreleaser/goreleaser-action](https://redirect.github.com/goreleaser/goreleaser-action) | action | minor | `v7.0.0` → `v7.1.0` | --- ### Release Notes <details> <summary>goreleaser/goreleaser-action (goreleaser/goreleaser-action)</summary> ### [`v7.1.0`](https://redirect.github.com/goreleaser/goreleaser-action/releases/tag/v7.1.0) [Compare Source](https://redirect.github.com/goreleaser/goreleaser-action/compare/v7.0.0...v7.1.0) #### What's Changed - feat: verify release checksum and cosign signature by [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [#&#8203;550](https://redirect.github.com/goreleaser/goreleaser-action/pull/550) - docs: document cosign verification in README by [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [#&#8203;553](https://redirect.github.com/goreleaser/goreleaser-action/pull/553) - docs: Upgrade import GPG action version by [@&#8203;flecno](https://redirect.github.com/flecno) in [#&#8203;547](https://redirect.github.com/goreleaser/goreleaser-action/pull/547) - ci: drop docker-bake in favor of plain npm by [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [#&#8203;551](https://redirect.github.com/goreleaser/goreleaser-action/pull/551) - ci: add release-major-tag workflow by [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [#&#8203;552](https://redirect.github.com/goreleaser/goreleaser-action/pull/552) - ci: drop pre-cosign-v3 goreleaser versions from tests by [@&#8203;caarlos0](https://redirect.github.com/caarlos0) in [#&#8203;554](https://redirect.github.com/goreleaser/goreleaser-action/pull/554) - ci(deps): bump the actions group with 2 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;543](https://redirect.github.com/goreleaser/goreleaser-action/pull/543) - ci(deps): bump the actions group with 5 updates by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;546](https://redirect.github.com/goreleaser/goreleaser-action/pull/546) - chore(deps): bump undici from 6.23.0 to 6.24.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in [#&#8203;545](https://redirect.github.com/goreleaser/goreleaser-action/pull/545) #### New Contributors - [@&#8203;flecno](https://redirect.github.com/flecno) made their first contribution in [#&#8203;547](https://redirect.github.com/goreleaser/goreleaser-action/pull/547) **Full Changelog**: <goreleaser/goreleaser-action@v7...v7.1.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/micasa-dev/micasa). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a5e33a commit d1c0c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "value=false" >> "$GITHUB_OUTPUT"
8787
fi
8888
89-
- uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
89+
- uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
9090
with:
9191
version: "v2.13.3"
9292
args: release --clean

0 commit comments

Comments
 (0)